SunQuest
           Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

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 Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old May 4th, 2003, 04:17 PM
sliver's Avatar
sliver sliver is offline
Moderator
Codewalkers Novice (500 - 999 posts)
 
Join Date: Apr 2007
Location: WI, USA
Posts: 888 sliver User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 h 16 m 42 sec
Reputation Power: 2
Send a message via AIM to sliver Send a message via XFire to sliver
Meta redirection

Ok I'm trying to redirect to a url like codes.php?system=gc but it doesn't redirect with the paramater, it just goes to codes.php. Why?

Reply With Quote
  #2  
Old May 4th, 2003, 09:18 PM
crisp crisp is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Holland
Posts: 336 crisp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: Meta redirection

this seems to work just fine:

<meta http-equiv="Refresh" content="2;url=otherpage.html?foo=bar">

else you could try to use javascript to redirect:

<script type="text/javascript">

function redirect() {
window.location.href = 'otherpage.html?foo=bar';
}
setTimeout('redirect()', 2000);

</script>

Reply With Quote
  #3  
Old May 4th, 2003, 11:32 PM
sliver's Avatar
sliver sliver is offline
Moderator
Codewalkers Novice (500 - 999 posts)
 
Join Date: Apr 2007
Location: WI, USA
Posts: 888 sliver User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 h 16 m 42 sec
Reputation Power: 2
Send a message via AIM to sliver Send a message via XFire to sliver
RE: Meta redirection

Well, I looked again and its using a hidden field in a form thats value is $PHP_SELF, which doesn't include the parameters. Thats the problem. I'll figure out an answer.

Reply With Quote
  #4  
Old May 4th, 2003, 11:37 PM
sliver's Avatar
sliver sliver is offline
Moderator
Codewalkers Novice (500 - 999 posts)
 
Join Date: Apr 2007
Location: WI, USA
Posts: 888 sliver User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 h 16 m 42 sec
Reputation Power: 2
Send a message via AIM to sliver Send a message via XFire to sliver
RE: Meta redirection

Well, turns out I should just use $_SERVER['REQUEST_URI'].

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > Meta redirection


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 6 hosted by Hostway