Re: [Dynapi-Help] Help on forms

2001-01-03 Thread Max Campsell
January 04, 2001 6:20 AM Subject: Re: [Dynapi-Help] Help on forms > Once a form is writen inside a DynLayer, it doesn't live in the document > object but in that layer's document object. Any javascript wanting to > access the form should go > > holdinglayer.doc.formname.s

Re: [Dynapi-Help] Help on forms

2001-01-03 Thread Doug Melvin
OTECTED]> Sent: Wednesday, January 03, 2001 12:27 PM Subject: Re: [Dynapi-Help] Help on forms Thanks for the hint, I have tried; editLowerDiv.doc.form1.submit(this.form1) and editLowerDiv.doc.form1.submit() All with no result. The code that sets it up is as follows. /* This is the lay

Re: [Dynapi-Help] Help on forms

2001-01-03 Thread Max Campsell
et cannot identify what. Thanks again for your help Max Campsell - Original Message - From: "Jordi 'IlMaestro' Ministral" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 6:20 AM Subject: Re: [Dynapi-Help] Help on forms > On

Re: [Dynapi-Help] Help on forms

2001-01-03 Thread Jordi 'IlMaestro' Ministral
Once a form is writen inside a DynLayer, it doesn't live in the document object but in that layer's document object. Any javascript wanting to access the form should go holdinglayer.doc.formname.submit() Max Campsell wrote: > Hi, I am having a problem using forms and the DynAPI V2. I have > se

[Dynapi-Help] Help on forms

2001-01-03 Thread Max Campsell
Hi,   I am having a problem using forms and the DynAPI V2.   I have several layers, which contain tables used for data entry. I would like one of these to be an   on a button click event using the DynAPI buttons. I would like to use the submit() method of the form.   The first line of my, f