RE: [PHP] Button can't see form!

2002-07-05 Thread David Freeman
> The problem I have is with a page I build dynamically. The > whole page is encased in tags. In between these tags there > are sections echoed as a result of a databasse query. Each of these > sections is a form. > > > > > > dynamic content > > > dynamic content >

Re: [PHP] Button can't see form!

2002-07-04 Thread Danny Shepherd
Actually, it's Netscape'sCrap, if you get specific :) Java's a totally different kettle of crap. Danny. - Original Message - From: "Analysis & Solutions" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Sent: Thursday, July 04, 20

Re: [PHP] Button can't see form!

2002-07-04 Thread Analysis & Solutions
Folks: On Thu, Jul 04, 2002 at 11:05:38AM -0400, Analysis & Solutions wrote: > On Thu, Jul 04, 2002 at 01:44:00PM +0100, Mark Colvin wrote: > > > > > value='New' onClick="this.form.action='newproduct.php?mode=new'; > > this.form.submit()"> > > And then folks with Java'sCrap turned off won't u

Re: [PHP] Button can't see form!

2002-07-04 Thread Marek Kilimajer
I dont think forms can be nested. In fact I'm pretty sure. Mark Colvin wrote: >I use the following line in some of my php scripts to navigate between >pages: > > value='New' onClick="this.form.action='newproduct.php?mode=new'; >this.form.submit()"> > >The problem I have is with a page I build dy

Re: [PHP] Button can't see form!

2002-07-04 Thread Analysis & Solutions
On Thu, Jul 04, 2002 at 01:44:00PM +0100, Mark Colvin wrote: > I use the following line in some of my php scripts to navigate between > pages: > > value='New' onClick="this.form.action='newproduct.php?mode=new'; > this.form.submit()"> And then folks with Java'sCrap turned off won't use your si