Re: [PHP] Open form in new window
[email protected] (Jim Giner)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On 3/5/2013 7:32 PM, Tedd Sperling wrote: > > > On Mar 4, 2013, at 12:54 PM, John Taylor-Johnston <[email protected]> wrote: > >> If you want to open a new page in response to a submit button press (using PHP) you may be out of luck. I don't know of a way to do it without involving another language. Opening a different page in the *same* window, yes. Otherwise, no. But watch the other replies. Maybe someone knows something I don't. Paul >> Nope. Out of luck. > > You mean opening a new page while keeping the current page open? > > Because clicking a form submit *can* open a new page as per the form's action="" attribute. > > If you want the current page to remain open while another page opens, then you'll need a javascript routine to do it. > > Cheers, > > tedd > > _____________________ > [email protected] > http://sperling.com > > No - you meant to say "per the form's TARGET attribute"