Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash button

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
Hello,

I have dull greyish submit button with this code:

<input type=&quot;Submit&quot; name=&quot;AcceptIt&quot; value=&quot;Accept&quot;>

When click it calls a vbscript code:

Sub AcceptIt_OnClick()
location.href = &quot;OrdRvwAccept.asp?Id=&quot; & <%=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.

 
The Flash forum may prove me wrong but when creating the button in flash just add the call VBScript to the down state of the button. Live long and make your kids suffer..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top