PDA

Click to See Complete Forum and Search --> : Can you use an image like a 'submit' button?


Violenza
Jan 31st, 2001, 11:22 PM
On my asp page i'd like to use a graphic to trigger a form submittal instead of the ugly 'submit' button. Can you do this?

Subhash Saha
Jan 31st, 2001, 11:43 PM
yes u can try this !!

<form name="ur form name" method="post or get" action="ur desired action">

<input type="image" src="image location">
</form>

pls mail me at subhashs@1e.com if this works

subhash