Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ask a password from a ASP page...
Message
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00322010
Message ID:
00322567
Views:
22
>The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.

I think your code may look like this:
< html>
< %If Request.Form("Password") = "Mike" then  
	Response.Redirect("/right.htm")
else
	Response.Redirect("/wrong.htm")
End if%>< /html>
You have to get rid of the HTML tags so all thats left is whats between < % % >. Am I right?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform