View Full Version : ani gif form submit button
HEY
Does any one know how to add a form submit button, the button being a ani gif which would have mouse over effects and on press submits the data in the form.
cheers....
andi rodium
1. Make you image an animation
2. insert this code as your submit image:
<input TYPE="image" src="image.gif" onClick="document.formName.submit()">
3. what mouseover effects do you want?
hi i use a static image b4 the mouse over, then the image changes to the ani gif and then upon press it submits the form, i use dreamweaver MX, so maybe a java mouse over??
Ben Rowe
08-28-2002, 02:37 AM
its easy, firstly make your rollover, with the animated gif, then as the link put this
href="javascript: document.form_name.submit();"
that tells the form named form_name to sumbit it without actually using a submit button
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.