IE back button issue with document.form.submit
Posted: Thu Aug 13, 2009 9:44 pm
Hi
<body onload="document.myform.submit();return false">
<form name="myform" action="example1.php">
</form>
This takes me to example1.php.But when i hit IE backbutton the url goes to previous page.But shows page cannot be displayed error message
Regards
Sobha
<body onload="document.myform.submit();return false">
<form name="myform" action="example1.php">
</form>
This takes me to example1.php.But when i hit IE backbutton the url goes to previous page.But shows page cannot be displayed error message
Regards
Sobha