What isn't working about it...
the only thing I noticed at a cursory glance was this:
Quote:
Originally posted by simonfinn
Response.Write("Username and password valid - redirecting......")
Response.Redirect("http://www.microsoft.com")
|
You cannot do a Response.Redirect once you've written to the browser. Changes to the document header (which a redirect is) can only be done before you start writing content to browser.