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
tvs008
Forum Commoner
Posts: 29 Joined: Wed May 03, 2006 10:46 pm
Location: Seattle
Post
by tvs008 » Fri Mar 02, 2007 12:40 am
know how to open a new window from a form using php?
something like target="_blank"?
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Fri Mar 02, 2007 12:47 am
Did Google provide any information?
Hint: This isn't PHP related in all probability.
tvs008
Forum Commoner
Posts: 29 Joined: Wed May 03, 2006 10:46 pm
Location: Seattle
Post
by tvs008 » Fri Mar 02, 2007 12:52 am
I dont want to use javascript and i figure after submitting and processing maybe php has a way to open a new window (without printing out javascript).
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Fri Mar 02, 2007 12:53 am
Nope. That behavior is entirely client-side. .. and not necessarily Javascript as you have already found out.
tvs008
Forum Commoner
Posts: 29 Joined: Wed May 03, 2006 10:46 pm
Location: Seattle
Post
by tvs008 » Fri Mar 02, 2007 12:57 am
interesting. thanks for the quick replies