Welcome Guest!

If you do not have an account yet on The Web Squeeze forums, please Register! It’s FREE and there are many benefits:

  • Receive Fast Advice
  • Learn Programming Languages
  • Get Professional Website Reviews
  • Quick Troubleshooting Assistance

> Html Reset Button

This is a discussion on Html Reset Button, within the HTML/XHTML section. This forum and the thread "Html Reset Button" are both part of the Designing Your Website category.

 
Reply to this topicStart new topic
> Html Reset Button
Monie
post Jul 21 2008, 02:15 AM
Post #1


Squeeze Machine
*****

Posts: 733
Joined: 13-February 08
From: Borneo


I have made two images to replace the ugly generic 'Submit' and 'Reset' buttons on forms.
I know you can replace 'submit' with <input type="image" src="img.gif"> but how, if possible, do you replace the 'reset' button with the same method as the subit button?
Or should I "ask" javascript to come for the rescue smile.gif

Cheers...


--------------------

Go to the top of the page
 
+Quote Post
Antti
post Jul 21 2008, 02:20 AM
Post #2


Rapid Squeezer
Group Icon

Posts: 308
Joined: 15-February 08
From: Finland


Try
CODE
<input type="submit" src="img.gif" />
<input type="reset" src="img.gif" />

or you can do your own buttons like
CODE
<input type="image" src="img.gif" />

and then use javascript to submit/reset.

This post has been edited by Antti: Jul 21 2008, 02:21 AM


--------------------
Go to the top of the page
 
+Quote Post
Monie
post Aug 12 2008, 11:50 PM
Post #3


Squeeze Machine
*****

Posts: 733
Joined: 13-February 08
From: Borneo


Thanks for the tips mate smile.gif


--------------------

Go to the top of the page
 
+Quote Post
If you found The Web Squeeze to be helpful, please donate so we can keep this site FREE, FRESH, and fortified with Web Design & Development info!
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts   0 karinne 322 14th February 2008 - 10:48 AM
Last post by: karinne
No new   34 Antti 1,021 6th April 2008 - 10:51 AM
Last post by: Justify
No New Posts   1 Daniel 322 18th February 2008 - 09:12 AM
Last post by: Jacob
No New Posts 7 thesealportalteam 218 19th February 2008 - 03:34 PM
Last post by: thesealportalteam
No New Posts 0 karinne 470 22nd February 2008 - 07:58 AM
Last post by: karinne