- or download this
http://username:password@domain.com/protected/
- or download this
#!/usr/bin/perl
use CGI;
...
<script>window.location='$login_url'</script>
</head>
HTML
- or download this
<head>
<title>Redirecting.....</title>
<meta http-equiv="refresh" content="0; url=http://domain.com/protected
+/wherever.htm">
<script>window.location='http://domain.com/protected/wherever.htm</scr
+ipt>
</head>