Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: server.transfer question


Message #1 by "rachel green" <rgreen@e...> on Wed, 19 Dec 2001 18:38:20
Here is a generic scenario- user enters information on page1.asp. Next, 

client requests page2.asp, which does server-side processing on the 

information, and does a server.transfer to either success.asp or 

failure.asp. 



My question- when the success.asp or failure.asp is sent to the client, 

the browser (IE 5) still keeps the html title, and address of page2.asp. 

Is there a practical reason for this? Or is it a bug, or is it just 

completely unimportant?



Thanks in advance for clearing this up for me!

-Rachel
Message #2 by "O'Hara, Elliott M" <EMOHARA@k...> on Wed, 19 Dec 2001 13:55:40 -0500
Its behaving as designed





-----Original Message-----

From: rachel green [mailto:rgreen@e...]

Sent: Wednesday, December 19, 2001 1:38 PM

To: ASP Web HowTo

Subject: [asp_web_howto] server.transfer question





Here is a generic scenario- user enters information on page1.asp. Next, 

client requests page2.asp, which does server-side processing on the 

information, and does a server.transfer to either success.asp or 

failure.asp. 



My question- when the success.asp or failure.asp is sent to the client, 

the browser (IE 5) still keeps the html title, and address of page2.asp. 

Is there a practical reason for this? Or is it a bug, or is it just 

completely unimportant?



Thanks in advance for clearing this up for me!

-Rachel




$subst('Email.Unsub').

Message #3 by Oleg Kapeljushnik <c-oleg.kapeljushnik@w...> on Wed, 19 Dec 2001 14:43:31 -0500
Hi !



From what I know when you using transfer it executing

the code that you want to execute.

But you must remember that its done on the server side so

client browser still thinking that he processing the pervious page.



I hope it answers your question.



Oleg





-----Original Message-----

From: rachel green [mailto:rgreen@e...]

Sent: December 19, 2001 6:38 PM

To: ASP Web HowTo

Subject: [asp_web_howto] server.transfer question





Here is a generic scenario- user enters information on page1.asp. Next,

client requests page2.asp, which does server-side processing on the

information, and does a server.transfer to either success.asp or

failure.asp.



My question- when the success.asp or failure.asp is sent to the client,

the browser (IE 5) still keeps the html title, and address of page2.asp.

Is there a practical reason for this? Or is it a bug, or is it just

completely unimportant?



Thanks in advance for clearing this up for me!

-Rachel




$subst('Email.Unsub').




  Return to Index