clear/reset button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • azura
    New Member
    • Jul 2008
    • 47

    clear/reset button

    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
  • Nelluru
    New Member
    • Mar 2007
    • 31

    #2
    hi

    may be this would help u

    <input type="reset" />

    regards
    nelluru

    Comment

    • gabosom
      New Member
      • Sep 2008
      • 9

      #3
      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

      Comment

      Working...