Header Functionality

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Paddy
Forum Contributor
Posts: 244
Joined: Wed Jun 11, 2003 8:16 pm
Location: Hobart, Tas, Aussie
Contact:

Header Functionality

Post 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.
gskaruz
Forum Newbie
Posts: 8
Joined: Mon Mar 15, 2004 6:45 am

Post by gskaruz »

Maybe invlisible form with target="_blank" and autosubmit?
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post by Maugrim_The_Reaper »

You can do this using javascript - look it up on google for a tutorial and such...
Post Reply