[YLUG] Router

Steve Kemp steve at steve.org.uk
Sun Sep 28 16:53:55 UTC 2008


On Sun Sep 28, 2008 at 17:39:37 +0100, Patrick Dupre wrote:

> function startUp() {location = "login.htm"}
> </script>
> </head>
> <body bgcolor="#FFFFFF" text="#000000"  
> onLoad='setTimeout("startUp()",1);'>
> </body>

  So it downloads a page which :

    1.  Defines the function startUp();
    2.  After the page has been loaded (by a browser) redirects to:
        http://..../login.htm

  I guess then that it doesn't like your login - either because it
 was wrong, or because HTTP basic-auth isn't being used.

Steve
-- 




More information about the York mailing list