Connecting Tech Pros Worldwide Help | Site Map

clear/reset button

Member
 
Join Date: Jul 2008
Posts: 47
#1: Sep 24 '08
dear sir..

before this i using flash button for clear/reset the form.. it's work but when i upload into server the flash button dissapear... so i had to change it using coding button but i don't know how... please help me how to create reset button using code... thanks
Newbie
 
Join Date: Mar 2007
Posts: 31
#2: Sep 24 '08

re: clear/reset button


hi

may be this would help u

<input type="reset" />

regards
nelluru
Newbie
 
Join Date: Sep 2008
Posts: 9
#3: Sep 24 '08

re: clear/reset button


I would first check for two things:

1) The button is uploaded and it actually is on the server
2) Check if the url you're using for the button is based on a relative path rather than a local path such as 'http://localhost/images/buttons/"

If not, just go for the regular HTML reset button.

Cheers
Reply