Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP & ASP
Message
 
 
To
26/05/1999 16:14:46
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00223123
Message ID:
00223167
Views:
23
><< What script is causing this error?
>
>The login form come up fine. The ACTION is set to go to checklogin.asp.
>
>If I leave the user name field blank, hit the continue button, it calls checklogin.asp and displayes my custom error message. I have a HREF tag to allow them to go back to the page.
>
>If I put a name in the field, checklogin.asp gives me the error at the line:
>
> Response.Redirect "http://web1/scripts/myHome.asp"
>
>Again, the error is the HTTP Header error...
>
>Thanks

You can not issue a Response.Redirect after you have sent header info back to the client. You must issue the redirect prior to sending any html data.
Michael McLain
Previous
Reply
Map
View

Click here to load this message in the networking platform