GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP
Go To First  |  Previous Question  |  Next Question 
 ASP  |  Question 84 of 147    Print  
<% 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.



  
Total Answers and Comments: 4 Last Update: March 11, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 01, 2005 02:48:54   #1  
Naresh        

RE: <% Response.Redirect("http://www.sql.com") %> What does the above code accomplish?
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.

 
Is this answer useful? Yes | No
October 31, 2006 04:03:49   #2  
Gani        

RE: <% Response.Redirect("http://www.sql.com") %>...

option C

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


 
Is this answer useful? Yes | No
December 04, 2006 08:11:55   #3  
J Jayaprakash        

RE: <% Response.Redirect("http://www.sql.com") %>...

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.


 
Is this answer useful? Yes | No
March 11, 2008 12:12:57   #4  
jbanx Member Since: February 2007   Contribution: 38    

RE: <% Response.Redirect("http://www.sql.com") %> What does the above code accomplish?
Answer is C This will send a new response back to browser and borwser executes it as a new request
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape