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?
Printable View
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?
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 [email protected] if this works
subhash