Hello:
This newbie has struggled thru endless redirects and cookies with a password
protected page. I've reached the holy
grail of the page that I want to see, snagged the source, displayed it in a
browser and VOILA! seen the info
I was seeking. But I find it was generated by a javascript chunk of code,
which executed when I ran the disk-stored
page source thru netscape on a machine still connected to the 'net. or at
least I think that's what happened
due to the last three lines of the page I snagged:
</body>
<SCRIPT LANGUAGE="JavaScript" src="/ssi/menu_array_account2.js"></script>
</html>
ANY IDEAS ON HOW TO GET THE EXECUTED JAVASCRIPT INTO MY PERL, LWP PROGRAM?
Also any ideas on how to redirect LWP Debug to a file? Or redirecting STDERR to
a file on a Windows machine?
On redirects I highly reccomend the following:
I have reviewed (and tried) the excellent suggestions of Dave Faraldo
and Randal Schwartz. See:
http:[EMAIL PROTECTED]/msg02222.html
These posts show how to patch the "redirect_ok".
Also: http:[EMAIL PROTECTED]/msg02229.html
Thanks,
Fred Whitridge