Page 1 of 1

know how to open a new window from a form using php?

Posted: Fri Mar 02, 2007 12:40 am
by tvs008
know how to open a new window from a form using php?

something like target="_blank"?

Posted: Fri Mar 02, 2007 12:47 am
by feyd
Did Google provide any information?

Hint: This isn't PHP related in all probability.

Posted: Fri Mar 02, 2007 12:52 am
by tvs008
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).

Posted: Fri Mar 02, 2007 12:53 am
by feyd
Nope. That behavior is entirely client-side. .. and not necessarily Javascript as you have already found out.

Posted: Fri Mar 02, 2007 12:57 am
by tvs008
interesting. thanks for the quick replies