Jonathan Wood wrote:
Quote:
Okay, I give up. I've tried searching every possible term I could think of. |
By virtue of listing the used search terms here you could have been told if
they even made sense.
Quote:
But I cannot find a site that provides a reference to members of various
HTML controls. |
You mean _properties_ of _HTML DOM objects_? In addition to what David
said, those can also be found in the W3C DOM Level 2 HTML Specification.
Only there they are named attributes and methods because the Spec defines
interfaces to be implemented by host objects.
As for the Mozilla Developer Center (MDC), last I checked the Gecko DOM
Reference there it was a bit scarce on form controls; you are better off
with XULPlanet or the XUL Reference and W3C DOM 2 HTML.
Quote:
In this particular case, I'm trying to read the value of the selected item
in a dropdownlist control. [...] |
(There is no "dropdownlist control", there is a `select' element.)
Discussed here ad nauseam:
/* Reference to the `select' element object */
var s = ...;
s.options[s.selectedIndex]
It would be better for you to disable virus checking for sending text-only
Usenet messages if you can.
PointedEars
--
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&& navigator.userAgent.indexOf('Mac') != -1
) // Plone, register_function.js:16