SimonMarkDawson
Programmer
Hi
I'm using IE 6 and having problems saving PERL generated web pages using Save As, Web Page Complete etc.
The problem is that rather than saving what's on screen, Explorer seems to be asking for a fresh copy of the page from the server. Because this request doesn't have any of the accumulated session variables, the PERL script treats the request as the start of a new session and generates my initial "welcome" screen - which is what gets saved. Consequently the saved file contains a completely different page to the one required (The original page remains displayed throughout the save process, the screen itself is not updated)
For info, all the site's web pages are dynamically generated from a single PERL script, the page being produced depends on the state of the current session variables. All pages display (and work) fine, just won't save.
Internet Explorer 6 also has the standard (default) settings and latest updates.
Firefox works fine but I need to cater for those who rely on Explorer so need to find a solution to this.
Has anyone else experienced this problem? Is it confined to IE 6?
Thanks
Simon
I'm using IE 6 and having problems saving PERL generated web pages using Save As, Web Page Complete etc.
The problem is that rather than saving what's on screen, Explorer seems to be asking for a fresh copy of the page from the server. Because this request doesn't have any of the accumulated session variables, the PERL script treats the request as the start of a new session and generates my initial "welcome" screen - which is what gets saved. Consequently the saved file contains a completely different page to the one required (The original page remains displayed throughout the save process, the screen itself is not updated)
For info, all the site's web pages are dynamically generated from a single PERL script, the page being produced depends on the state of the current session variables. All pages display (and work) fine, just won't save.
Internet Explorer 6 also has the standard (default) settings and latest updates.
Firefox works fine but I need to cater for those who rely on Explorer so need to find a solution to this.
Has anyone else experienced this problem? Is it confined to IE 6?
Thanks
Simon