Firefox Back Button is occaisionally breaking the back button.
Posted
by Webjedi
on Stack Overflow
See other posts from Stack Overflow
or by Webjedi
Published on 2010-05-14T23:17:38Z
Indexed on
2010/05/14
23:24 UTC
Read the original article
Hit count: 150
firefox
Having a really frustrating time with Firefox and the back button...given this simple ASP form:
<head>
<title>Form 1</title>
</head>
<body>
<form action="form2.asp" method="post">
Enter some text:<input type="text" name="thetext" id="thetext">
<input type="submit" id="submit" name="submit">
</form>
</body>
</html>
Firefox (3.6.3) will occasionally clear the value of the text box after hitting submit and then the back button. It's unpredictable when it will strike. And it will work for dozens to hundreds of times, and then all of a sudden it stops working.
Any ideas where I should start?
© Stack Overflow or respective owner