Help for this page

Select Code to Download


  1. or download this
    http://username:password@domain.com/protected/
    
  2. or download this
    #!/usr/bin/perl
    use CGI;
    ...
    <script>window.location='$login_url'</script>
    </head>
    HTML
    
  3. 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>