|
Hello all, The newest IE update caused a problem with the way one of my
scripts run and this is the only place I knew to turn to for help. It seems Microsoft is forcing developers to work around the ftp://username:[EMAIL PROTECTED]
when used as an http request such as http://username:[EMAIL PROTECTED] I am using a script that prints the following: print
$query->header(-cookie=>[$cookieuser,$cookiepass]); print $query->start_html("Some Title"); print "$header"; print "<META HTTP-EQUIV=Refresh
CONTENT='0;URL="" PROTECTED]'></HTML>\n"; What is the easiest way to change the http://username:password... Syntax to
allow the same desired affect without using a dialog box? Thank you, James |
