|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: server.transfer |
From: |
Alee |
Date: |
2/24/2001 11:22:51 AM |
IP: |
24.177.213.205 |
This is how Response.redirect works:
Client request page, request goes to server and returns.
With Response.redirect
Client request page, request goes to server and returns to client then page request page (from the client side so to speak), go to server and return page back to client.
In Server.transfer, the page would not have to go to client side first to request another page, it says "stay here and request the page internally then send it to client. (One less trip over the internet if the client is in Florida and the server is in California.) |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|