Reset button not working fine in IE 6 though working fine in mozilla

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anthriksh200
    New Member
    • Apr 2008
    • 1

    Reset button not working fine in IE 6 though working fine in mozilla

    Hello,

    I have perl -cgi script in which we have used the javascript .

    In this the " resret" button is there which should reset the form defaut values (interms of drop down and then reload the fresh page.

    But this is wrking fine in mozil anot not in IE
    Here is the snippet of code
    [code=html]<form name="feg_dist_ request_form" method="post" action="$thisur l">


    <input class="crmbutto n" type="submit" tabindex="15" name="submit" value="Submit"> </td><td>

    <a href="$thisurl" target="_body"> <input class='crmbutto n' tabindex='16' type='reset' name='Reset' value='Reset'></a>[/code]


    kindly suggest.
    Last edited by acoder; Apr 3 '08, 08:40 AM. Reason: Replaced [b] with [code] tags
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    You may have to use onclick to refresh the page.

    Comment

    Working...