RE: Re[2]: [Dynapi-Help] Get element other than div...

2001-01-25 Thread Eytan Heidingsfeld
You don't need that! 8an ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help

Re[2]: [Dynapi-Help] Get element other than div...

2001-01-25 Thread Robert Rainwater
If its in a div, I believe the correct way is: mylayer.doc["formname"].field.value = x -- // Robert Rainwater On 1/25/2001, 3:12:31 PM EST, Eytan wrote about "[Dynapi-Help] Get element other than div...": > Just use document.formname

RE: [Dynapi-Help] Get element other than div...

2001-01-25 Thread Eytan Heidingsfeld
Just use document.formname.inputname.value\ 8an ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help

Re: [Dynapi-Help] Get element other than div...

2001-01-25 Thread Doug Melvin
So.. how about a CLEAR answer. Do I use DynAPI.document.elements['id'] ? - Original Message - From: "GORTSILAS ANDREAS" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 24, 2001 11:14 PM Subject: RE: [Dynapi-Help] Get element other tha

RE: [Dynapi-Help] Get element other than div...

2001-01-24 Thread GORTSILAS ANDREAS
: Thursday, January 25, 2001 1:21 AM To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Help] Get element other than div... To ALL: what IS the correct object collection to use? I've been using DynAPI.document.all[] but below is used .element[] which is correct? If niether, then what IS correct

Re: [Dynapi-Help] Get element other than div...

2001-01-24 Thread Doug Melvin
PROTECTED] > > [mailto:[EMAIL PROTECTED]]Namens Doug Melvin > > Verzonden: donderdag 25 januari 2001 0:21 > > Aan: [EMAIL PROTECTED] > > Onderwerp: Re: [Dynapi-Help] Get element other than div... > > > > > > To ALL: what IS the correct object collection to use? &

RE: [Dynapi-Help] Get element other than div...

2001-01-24 Thread Pascal Bestebroer
1 > Aan: [EMAIL PROTECTED] > Onderwerp: Re: [Dynapi-Help] Get element other than div... > > > To ALL: what IS the correct object collection to use? > I've been using DynAPI.document.all[] > but below is used .element[] > > which is correct? > If niether, then

Re: [Dynapi-Help] Get element other than div...

2001-01-24 Thread Doug Melvin
#x27;form1'].text1.value; Doug - Original Message - From: "GORTSILAS ANDREAS" <[EMAIL PROTECTED]> To: "Dynapi-Help Mailing List (E-mail)" <[EMAIL PROTECTED]>; "[EMAIL PROTECTED] (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, January 24,

RE: [Dynapi-Help] Get element other than div...

2001-01-24 Thread Grant Lee
ay, January 24, 2001 6:26 AM To: Dynapi-Help Mailing List (E-mail); [EMAIL PROTECTED] (E-mail) Subject: [Dynapi-Help] Get element other than div... In the following page I want to handle the selected value of the select element: Select example DynAPI.setLibraryPat

[Dynapi-Help] Get element other than div...

2001-01-24 Thread GORTSILAS ANDREAS
In the following page I want to handle the selected value of the select element: Select example DynAPI.setLibraryPath('/SrcDC/_Gen/') DynAPI.include('dynacore.api.*') DynAPI.include('dynacore.ext.inline') DynAPI.onLoad=function() { } function DoOnChange