Kan dette omformuleres til html?
Jeg har en billedside i html, og så vil jeg høre om dette script kan omdøbes til html...<%
Response.Expires = -1000 'Makes the browser not cache this page
Response.Buffer = True 'Buffers the content so our Response.Redirect will work
If Session("UserLoggedIn") <> "true" Then
Response.Redirect("login2.asp")
End If
%>