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?