IE back button issue with document.form.submit

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sobha
Forum Commoner
Posts: 56
Joined: Wed Jul 15, 2009 9:08 pm

IE back button issue with document.form.submit

Post by sobha »

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
User avatar
mrvijayakumar
Forum Commoner
Posts: 58
Joined: Tue Aug 18, 2009 12:39 am
Location: Chennai city, India
Contact:

Re: IE back button issue with document.form.submit

Post by mrvijayakumar »

Mention the IE browser version. And tell me your query with nice example.It will helpful.
Post Reply