Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Response.redirect
Message
 
To
28/09/2000 07:30:58
Christian Bellavance
Université du Québec à Hull
Hull, Quebec, Canada
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00421672
Message ID:
00421978
Views:
16
>I am not sure to understand what you mean by issuing response.redirect - server side. My understanding is that, the reponse.redirect is executed by the server before sending the page specify in parameters to the client browser. But parameters used to call that page are show.
>
>Thanks for your help.

If you do whatever you need to do in an ASP file, and an error occurs - then you redirect the client to another page, nothing is seen by the user.

In your server side vbscript...
call com object
update data
whatever

if good result
return
else
response.redirect(to your error page)
end
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Reply
Map
View

Click here to load this message in the networking platform