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
Paddy
Forum Contributor
Posts: 244 Joined: Wed Jun 11, 2003 8:16 pm
Location: Hobart, Tas, Aussie
Contact:
Post
by Paddy » Fri Apr 01, 2005 1:14 am
I have
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 » Fri Apr 01, 2005 1:28 am
Maybe invlisible form with target="_blank" and autosubmit?
Maugrim_The_Reaper
DevNet Master
Posts: 2704 Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland
Post
by Maugrim_The_Reaper » Fri Apr 01, 2005 1:49 am
You can do this using javascript - look it up on google for a tutorial and such...