adamsoderqvist
Programmer
Hi,
How do I call a sub routine inside a vbscript page?
Example:
[<html>
<input type=submit name=MyButton onClick=MyButton>
</html>
<%
Sub MyButton_OnClick
Do something
End Sub
%>]
Now, the above calling procedure (the onClick-thing....) wont work. What to do?
How do I call a sub routine inside a vbscript page?
Example:
[<html>
<input type=submit name=MyButton onClick=MyButton>
</html>
<%
Sub MyButton_OnClick
Do something
End Sub
%>]
Now, the above calling procedure (the onClick-thing....) wont work. What to do?