On Monday, May 23, 2011, Fahim Mohammad wrote;

> How to reset  all the options by pressing the reset button once???.
---

Unless I've read your question incorrectly, HTML provides the means
for this with a standard reset button:

<input type="reset">

or

<input type="reset" value="Reset Form">

HTH,

-- 
Geoff


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to