Where is the CGI DOM?

R

Richard Trahan

I have read through the Gecko DOM and cannot find properties
specific for forms, such as selectedIndex. Where are these
properties defined?
 
G

Grant Wagner

Richard said:
I have read through the Gecko DOM and cannot find properties
specific for forms, such as selectedIndex. Where are these
properties defined?

<url:
http://www.w3.org/TR/2001/WD-DOM-Level-2-HTML-20011025/html.html#ID-76728479
/>

But for simple properties of form elements such as type,
selectedIndex, checked, etc, it's easier to use documentation
like:

<url:
http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/select.html
/>
<url:
http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/select.asp
/>
<url: http://www.dannyg.com/ref/jsquickref.html />
 
T

Thomas 'PointedEars' Lahn

Richard said:
I have read through the Gecko DOM and cannot find properties
specific for forms, such as selectedIndex. Where are these
properties defined?

The Gecko DOM is

,-<http://www.mozilla.org/docs/dom/domref/dom_html_ref.html#998197>
|
| [...]
| * [under construction...]

Martin is right, however there is a Gecko-specific reference, too:

<http://xulplanet.com/references/objref/>

You may also want to have a look at my ObjectInspector:

<http://pointedears.de/scripts/test/ObjectInspector/nightly/latest/index>


PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top