PDA

View Full Version : Header Question


reub77
07-05-2003, 06:45 PM
How do I get -





Header("Location: url.html");





to open in a new window?

Spookster
07-06-2003, 12:37 AM
You don't. Not with any serverside language that is. You would need to use javascript which of course you could use PHP to write out a javascript command and send it to the browser.