SimonMarkDawson
Programmer
Hi
I need to be able to save web pages created with PERL which contain images and several standard form objects / java code etc.
The pages theselves appear (and work) fine BUT whenever I try to save them (Using File, Save As and specifying Web Page Complete) I either get the page saved but without any images or my initial home page saved (See below) instead of what's displayed on screen.
For info:
I am using IE6 (Latest version)
The initial home page mentioned is also generated dynamically by the same CGI script that generated the page to be saved. My feelings are that rather than saving the page on screen, save must be re-submitting an empty request to the CGI script which then sends back the initial welcome page as it does for a new session.
Is there a way to stop this from happening so that people can save what's actually displayed on screen?
Interestingly, Firefox saves the required screens fine but I obviously need to cater for those using Explorer.
Thanks for any help.
Simon
I need to be able to save web pages created with PERL which contain images and several standard form objects / java code etc.
The pages theselves appear (and work) fine BUT whenever I try to save them (Using File, Save As and specifying Web Page Complete) I either get the page saved but without any images or my initial home page saved (See below) instead of what's displayed on screen.
For info:
I am using IE6 (Latest version)
The initial home page mentioned is also generated dynamically by the same CGI script that generated the page to be saved. My feelings are that rather than saving the page on screen, save must be re-submitting an empty request to the CGI script which then sends back the initial welcome page as it does for a new session.
Is there a way to stop this from happening so that people can save what's actually displayed on screen?
Interestingly, Firefox saves the required screens fine but I obviously need to cater for those using Explorer.
Thanks for any help.
Simon