<% Response.Redirect("http://www.sql.com") %> What does the above code accomplish?

A. It sends the browser the line of sample code, and the browser executes it.
B. It sends the response to "http://www.matsystems.com" instead of to the Requesting browser.
C. It sends a redirection header back to the browser, and the browser then requests the new target document.
D. The redirection occurs on the server-side, and the first response the browser gets is the head and body of the new target document.
E. It causes the server to send a request to the target URL and passes the response to the requesting browser.

Showing Answers 1 - 4 of 4 Answers

Naresh

  • Sep 1st, 2005
 

answer: D option 
 
The redirection occurs on the server-side, and the first response the browser gets is the head and body of the new target document.

  Was this answer useful?  Yes

Gani

  • Oct 31st, 2006
 

option  C

i.e.   It sends a redirection header back to the browser, and the browser then requests the new target document.

  Was this answer useful?  Yes

J Jayaprakash

  • Dec 4th, 2006
 

  Option C

  This is the correct answer. The request is executed at the server and sent back to the client browser to redirect to the URL, in the syntax.

  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