ASP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingASP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
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  
Old February 11th, 2000, 06:18 PM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,578 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
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 />

Reply With Quote
  #2  
Old February 11th, 2000, 11:01 PM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,578 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
<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 />

Reply With Quote
  #3  
Old February 12th, 2000, 02:29 AM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,578 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
<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 />

Reply With Quote
  #4  
Old February 15th, 2000, 12:03 AM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,578 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
<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 />

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingASP Development > Question about Response.redirect


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway