944,143 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 13852
  • PHP RSS
Nov 10th, 2006
0

Header Location in new window?

Expand Post »
I have the following part of code in a PHP file and I want to know if there's a way to make the URL open in a new window instead of the same window. It might be a dumb or easy question, but I'm not too familiar with PHP

php Syntax (Toggle Plain Text)
  1. header("Location: http://www.website.com" );

Let me know if this is possible, and if so, how. Thanks.
Last edited by mindfrost82; Nov 10th, 2006 at 10:57 pm.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Light Poster
mindfrost82 is offline Offline
38 posts
since Dec 2004
Nov 10th, 2006
0

Re: Header Location in new window?

Can't do that with PHP. You'll need JavaScript for that.
Moderator
Reputation Points: 161
Solved Threads: 38
He's No Good To Me Dead
stymiee is offline Offline
1,422 posts
since May 2006
Nov 10th, 2006
0

Re: Header Location in new window?

Click to Expand / Collapse  Quote originally posted by stymiee ...
Can't do that with PHP. You'll need JavaScript for that.
How could I do it with javascript?
Reputation Points: 10
Solved Threads: 0
Light Poster
mindfrost82 is offline Offline
38 posts
since Dec 2004
Nov 11th, 2006
0

Re: Header Location in new window?

Well, if you have to communicate with a server-side script you will need to use ajax to have the server do that work and then return whether or not it was successful or not. If it was successful just use window.open() to open a new window.
Moderator
Reputation Points: 161
Solved Threads: 38
He's No Good To Me Dead
stymiee is offline Offline
1,422 posts
since May 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: Making a phpbb installer like fantastico
Next Thread in PHP Forum Timeline: videoclip get thumbnail using php





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC