Home > ASP Development > Question about Response.redirect

Question about Response.redirect



<i><b>Originally posted by : Sam (cloudatgame@yahoo.com)</b></i><br />I am not sure how to redirect in that case, just wonder anyone can help me out?<br /><br />abc = "www.yahoo.com"<br /><br />so if i want to redirect to abc which is yahoo homepage, how should i write that?<br />of course there have some reasons that i must redirect abc but not the whole URL.<br /><br />Will be really appreciate for the help<br /><br />sincerely<br />Sam<br /><br />

    
Guest


<i><b>Originally posted by : j</b></i><br />only reason i can see this using variables would be having clean code or multiple options to this<br /><br />something like<br /><br />abc = "http://www.yahoo.com"<br />response.redirect abc<br /><br />steve<br /><br /><br />------------<br />Sam at 2/11/2000 4:18:53 PM<br /><br />I am not sure how to redirect in that case, just wonder anyone can help me out?<br /><br />abc = "www.yahoo.com"<br /><br />so if i want to redirect to abc which is yahoo homepage, how should i write that?<br />of course there have some reasons that i must redirect abc but not the whole URL.<br /><br />Will be really appreciate for the help<br /><br />sincerely<br />Sam<br /><br />

Was this answer helpful ? Yes No   
Guest


<i><b>Originally posted by : </b></i><br />Thank a lot steve.<br /><br /><br /><br />------------<br />j at 2/11/2000 9:01:25 PM<br /><br />only reason i can see this using variables would be having clean code or multiple options to this<br /><br />something like<br /><br />abc = "http://www.yahoo.com"<br />response.redirect abc<br /><br />steve<br /><br /><br />------------<br />Sam at 2/11/2000 4:18:53 PM<br /><br />I am not sure how to redirect in that case, just wonder anyone can help me out?<br /><br />abc = "www.yahoo.com"<br /><br />so if i want to redirect to abc which is yahoo homepage, how should i write that?<br />of course there have some reasons that i must redirect abc but not the whole URL.<br /><br />Will be really appreciate for the help<br /><br />sincerely<br />Sam<br /><br />

Was this answer helpful ? Yes No   
Guest


<i><b>Originally posted by : Jerry (jhodges@worldoffice.net)</b></i><br />You can format your ccode for redirect several differant ways here a couple of simple samples.<br /><%<br />RedirTo = "http://www.yahoo.com"<br />Response.Redirect RedirTo <br />%><br />OR<br /><%<br />Response.Redirect("http://www.yahoo.com")<br />%><br /><br />------------<br /> at 2/12/2000 12:29:06 PM<br /><br />Thank a lot steve.<br /><br /><br /><br />------------<br />j at 2/11/2000 9:01:25 PM<br /><br />only reason i can see this using variables would be having clean code or multiple options to this<br /><br />something like<br /><br />abc = "http://www.yahoo.com"<br />response.redirect abc<br /><br />steve<br /><br /><br />------------<br />Sam at 2/11/2000 4:18:53 PM<br /><br />I am not sure how to redirect in that case, just wonder anyone can help me out?<br /><br />abc = "www.yahoo.com"<br /><br />so if i want to redirect to abc which is yahoo homepage, how should i write that?<br />of course there have some reasons that i must redirect abc but not the whole URL.<br /><br />Will be really appreciate for the help<br /><br />sincerely<br />Sam<br /><br />

Was this answer helpful ? Yes No   
Guest
 
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2008 by Infoqu. All rights reserved