Re: [PHP] Open form in new window

2013-03-06 Thread Ray
> > > > No - you meant to say "per the form's TARGET attribute" > > No, I meant to say exactly what I said, namely ACTION. > > The Target attribute deals with frames -- I have not done frames since 1995. > > For a more in-depth Target explanation, please review: > > http://www.htmlcodetutori

Re: [PHP] Open form in new window

2013-03-06 Thread Tedd Sperling
On Mar 5, 2013, at 10:12 PM, Jim Giner wrote > On 3/5/2013 7:32 PM, Tedd Sperling wrote: >> On Mar 4, 2013, at 12:54 PM, John Taylor-Johnston >> 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

Re: [PHP] Open form in new window

2013-03-05 Thread Jim Giner
On 3/5/2013 7:32 PM, Tedd Sperling wrote: On Mar 4, 2013, at 12:54 PM, John Taylor-Johnston 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

Re: [PHP] Open form in new window

2013-03-05 Thread Tedd Sperling
On Mar 4, 2013, at 12:54 PM, John Taylor-Johnston 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. > Oth

Re: [PHP] Open form in new window

2013-03-05 Thread Tedd Sperling
On Mar 4, 2013, at 3:17 PM, Paul M Foster wrote: > On Mon, Mar 04, 2013 at 05:39:00PM +, Tim Streater wrote: > >> On 04 Mar 2013 at 17:10, John Taylor-Johnston >> wrote: >> >>> Submit will not >>> submit the form contents. >> >> Nothing to stop your OpenWindow() function doing a submit

Re: [PHP] Open form in new window

2013-03-04 Thread John Taylor-Johnston
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 somet