What is send redirect method? and when it is used?

Showing Answers 1 - 4 of 4 Answers

Suresh

  • Nov 3rd, 2005
 

send redirect method is used for redirecting the request. It is used in the case where we want to redirect the request to URL which is located in some other server.

  Was this answer useful?  Yes

surae

  • Nov 4th, 2005
 

send redirect method is used for redirecting the request. It is used in the case where we want to redirect the request to URL which is located in some other server.

  Was this answer useful?  Yes

Kavita

  • Nov 5th, 2005
 

send redirect method is to send the control to a new page(URL) from the current working web page.this is done when the browser wants the user to send the control to another page when some event is performed.

  Was this answer useful?  Yes

Guest

  • Jan 15th, 2006
 

Thakur Singh Rawat

redirect method is used transfer control to other page..

response.sendRedirect("url");

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions