Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I have dull greyish submit button with this code:
<input type="Submit" name="AcceptIt" value="Accept">
When click it calls a vbscript code:
Sub AcceptIt_OnClick()
location.href = "OrdRvwAccept.asp?Id=" & <%=Id%>
End Sub
I would like to replace this button with Flash Button but I don't how to add code so that when the user click on it it call the vbscript Acceptit. Can you please help? Thanks.
I have dull greyish submit button with this code:
<input type="Submit" name="AcceptIt" value="Accept">
When click it calls a vbscript code:
Sub AcceptIt_OnClick()
location.href = "OrdRvwAccept.asp?Id=" & <%=Id%>
End Sub
I would like to replace this button with Flash Button but I don't how to add code so that when the user click on it it call the vbscript Acceptit. Can you please help? Thanks.