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
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
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
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
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