|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
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 />
|
|
#2
|
|||
|
|||
|
<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 />
|
|
#3
|
|||
|
|||
|
<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 />
|
|
#4
|
|||
|
|||
|
<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 />
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > Question about Response.redirect |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|