Dian
And just to confirm:
1 You've managed to save page 2? (All I get is page 1)
2 You've used Web Page, Complete (I need this because I need to ensure pictures are saved too so can't use Web Page, HTML only [Which does work ok])
Thanks for your help
Simon
Hi Paul
Unfortunately the sites themselves are confidential (Hence I can't post any of the actual pages here) but I've uploaded a quick test script to show what happens at
http://www.cloudninesoftware.com/cgi-bin/example.cgi
If anybody reading can please try out the script and report back...
Hi Jeff
Thanks for the reply. Unfortunately the sites themselves are confidential (Hence I can't post any of the actual pages here) and only visible to a select group linked to the site's owners anyway. They also contain nothing special in terms of my coding so I'm quite happy for them to save...
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...
Paul
No, all the machines are independent and all save non-dynamic sites normally. I'll re-submit the thread on the browser forum (Prob a better place for it anyway) and see if anyone there has come across this too.
Thanks again.
Simon
Hi Paul. Will take a look at the browser forum as you suggested.
For info, the problem occurs on all computers tried, all with standard installations of Windows & IE (Deliberately so for testing purposes)
Thanks.
Simon
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...
What's the feeling on including such Java applets within web sites then? I'm not talking about the security issues (This has to be down to personal pref) but is it wise to include such applets in your sites if the vast majority of users don't have the ability to view them properly or the will to...
Hi
A bit more detail:
I have a cloaked redirection set up to a PERL script so that when I go to my domain name it fires the script as normal. Somebody else wanted a link to this script on their website. Again, this worked fine until I tried passing parameters in the link. Somewhere in the...
Hi
Is there a way to alter the text of the browser's address line from within a PERL / javascript routine? A Document Object property perhaps? (I can't find any reference to one)
I use cloaked redirection at the server but this is always fixed - I'd like to be able to modify the text...
True enough but the problem is in passing another object other than that from which the function is called - 'this' only passes the object that is calling the function ie in your example you'd change the innerText of "test1" whereas I need to change the innerText of "test2"...
Hi
This is the basis of a PERL script to emphasize my trouble with the Javascript:
print "function chtest(obj1){";
print "document.obj1.innerText=\"Some Different Text\";";
print "}";
$whichobj="test".$no;
print "<div id="test1"...
Sorry - To clarify the above, I want to use a variable in the function call to refer to the other object (ie not just the other object's name) so that I can vary which object is passed at run time.
Thanks again,
- Simon
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.