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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Replace the submit button by an image 1

Status
Not open for further replies.

Eek

Technical User
Feb 4, 2001
34
CA
How can I make an image act as a submit button in a ASP page.
 
<input type="image" src="/images/whatever.gif">


[thumbsup2]DreX
aKa - Robert
 
don't forget to assign the SUBMIT functionality to it as well:
Code:
<input type="image" src="/images/whatever.gif" [b]value="submit"[/b]>

Tony
reddot.gif width=500 height=2 vspace=3

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top