Sub yes_onclick() alert("Hi") hi alert("hi") End Sub
<html> <head> <script language="VBscript"> Sub yes_onclick() <?php echo("alert(\"Hi\")"); ?> alert("hi") End Sub </script> </head> <body> <input type="button" name="yes" value="go"> </body> </html>
Jump To Top of Thread