Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP & ASP
Message
 
À
26/05/1999 16:14:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Divers
Thread ID:
00223123
Message ID:
00223167
Vues:
24
><< 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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform