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:
00322571
Views:
20
You are totally right. :) Why is it like that?
Is this like that because we call the .asp from a button action?
If you what a static .ASP page. Can we have the HTML tag in it?

>>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