I am using VBScript and I have the following code on an ASP page.
All I am trying to do is learn how to call a sub when the "Test" button is clicked. I have not been able to find an example of this.Code:<button onclick="Test;">Test</button>
<%Sub Test%>
<p>Hello</p>
<%End Sub%>
Any help would be greatly appreciated.
