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.
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.
Comment