alcool9999
10-11-2009, 02:40 PM
hi i need to get something like this to work with php inside vbscript.
obviously more complicated.
<html>
<head>
<script language="VBscript">
Sub yes_onclick()
alert("Hi")
<?php
echo("hi")
?>
alert("hi")
End Sub
</script>
</head>
<body>
<input type="button" name="yes" value="go">
</body>
</html>
thanks
obviously more complicated.
<html>
<head>
<script language="VBscript">
Sub yes_onclick()
alert("Hi")
<?php
echo("hi")
?>
alert("hi")
End Sub
</script>
</head>
<body>
<input type="button" name="yes" value="go">
</body>
</html>
thanks