ASP pages hanging in IE6

OutaFocus

New Member
No this isn't a post from the previous century.
We are stuck with IE6 and some old ASP code using FRAMESETsThe problem:
An ASP page sets up a load of values in a form and then submits it to another ASP page
This second page is a FRAMESET with a map and other associated stuff, the first thing it does is read all the values to setup the layout.All works well most of the time but sometimes it all goes horribly wrong.
The first page calls the second but the Request.Form.Count is 0 and it all falls over
Once this happens it never works again until I close IE6 and restart it.
Then when I submit Request.Form.Count = 29 which it should be.

Any ideas as to what might be going on in IE?

For some reason calling the initial ASP page from a link on another page causes it to go wrong much more often that just pasting the URL into the address bar.
I've tried all possible methods of linking and redirecting and they all cause the problem more often than not.Also, it works fine in every other browser I've tried but IE6 is the one we have to target.KenForgot to say that trying to debug with Fiddler doesn't help since it never goes wrong then
 
Back
Top