Response object error \'ASP 0156 : 80004005\' Header Error /RAS_Online/pel/login.asp, line 22 The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
Den fulde kode ser således ud....
<html> <head> <title>Login-ASP</title> <link rel=\"stylesheet\" type=\"text/css\" href=\"layout/1.css\"> </head> <body> <% \' Tjek om login og password er korrekte If Request.Form(\"login\") = \"asp\" AND Request.Form(\"password\") = \"asp\" Then
\' Hvis korrekt sættes session til JA Session(\"login\") = \"JA\" Session.Timeout = 10 Response.Redirect \"start_hoved_indhold.htm\"
Else
\' Hvis forkert sættes ingen session til NEJ Session(\"login\") = \"NEJ\" Session.Timeout = 30 Response.Redirect \"login.htm\"
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.