Page 1 of 1

Header Functionality

Posted: Fri Apr 01, 2005 1:14 am
by Paddy
I have

Code: Select all

header("Location: users.php");
but I would really like it to open to a new window. Is there anyway I can do this?

Any help will be muchly appreciated.

Posted: Fri Apr 01, 2005 1:28 am
by gskaruz
Maybe invlisible form with target="_blank" and autosubmit?

Posted: Fri Apr 01, 2005 1:49 am
by Maugrim_The_Reaper
You can do this using javascript - look it up on google for a tutorial and such...