This is a discussion on How do I use my own graphic button to reset all the text fields in a form? within the HTML, CSS and Javascript Coding Techniques forums, part of the Web Development category; Hi all... How do I use my own graphic button to reset all the text fields in a form? Thanks......
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi all... <form name="formName"> <input type="text"> </form> <a href="#" onClick="this.href='javascript:document.formName.r eset()'"><img src="button.gif" width="16" height="16" border="0"></a> Thanks... |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can I add up the values in several text fields and place the result in another te | GDevakii | HTML, CSS and Javascript Coding Techniques | 10 | 11-14-2008 05:04 AM |
| Reset Button Problem | velhari | PHP Programming | 4 | 12-14-2007 07:06 AM |
| How can I reset the value of form fields if the page is revisted? | itbarota | HTML, CSS and Javascript Coding Techniques | 2 | 12-05-2007 04:48 AM |
| How do I check that text entered in a text form field is an integer? | itbarota | HTML, CSS and Javascript Coding Techniques | 2 | 10-26-2007 12:25 AM |
| How can I pass a hidden value to a form and submit that form when a text link is clic | itbarota | HTML, CSS and Javascript Coding Techniques | 1 | 10-17-2007 08:07 AM |