IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Thanks, it worked!
However, it does bring up a couple of questions:

1. Why did it work in Mozilla without the Value tag?

2. How does one reference the description text in JS?
________________
oop.ismad.com
New Mozilla probably defaults
Means that <option> is probably not treated the same as <option value=''>. Anyhow, it's not a behavior that should be relied upon.

The text can be retrieved by using .text instead of .value.
   document.mainform.filterset.options[selectedPosition].text;

New Can anybody recommend a good on-line JavaScript reference?
My dot-com-fire-sale books are getting outdated. Thanks for the tips.
________________
oop.ismad.com
New Wikipedia?
[link|http://en.wikipedia.org/wiki/JavaScript|JavaScript] and [link|http://en.wikipedia.org/wiki/Ecmascript|ECMAScript]. They seem to be decent references with pointers to other sources.

HTH.

Cheers,
Scott.
New Various References
I generally fallback on the O'Reilly [link|http://www.oreilly.com/catalog/dhtmlref2/|DHTML] and [link|http://www.oreilly.com/catalog/jscript4/|JavaScript] books. [link|http://www.dannyg.com/pubs/jsb/|Javascript Bible] is also good but after reading it, I rarely fall back to it for reference purposes. Anyhow, if you're in the market, those are probably the three best.

There's lots of web resources as well, but I usually just google and end up at random places. Two that I've bookmarked but don't use regularly are [link|http://javascript-reference.info/|Javascript crib] and [link|http://webref.info/default.asp?|WebRef].

New Oldie but goodie
[link|http://wp.netscape.com/eng/mozilla/3.0/handbook/javascript/|http://wp.netscape.c...dbook/javascript/]
===

Purveyor of Doc Hope's [link|http://DocHope.com|fresh-baked dog biscuits and pet treats].
[link|http://DocHope.com|http://DocHope.com]
     Need JavaScript bug help - (tablizer) - (11)
         Try closing the "option" tags -NT - (drewk) - (1)
             Tried that, no go - (tablizer)
         Need a value attribute for the options - (ChrisR) - (6)
             Thanks, it worked! - (tablizer) - (5)
                 Mozilla probably defaults - (ChrisR) - (4)
                     Can anybody recommend a good on-line JavaScript reference? - (tablizer) - (3)
                         Wikipedia? - (Another Scott)
                         Various References - (ChrisR)
                         Oldie but goodie - (drewk)
         For future reference, just backslash escape the < -NT - (admin) - (1)
             LRPD: But don't get all fretty-pants on us. -NT - (tuberculosis)

What? You're not me? I'm sorry, I can't talk to you. Put me on the phone instead.
87 ms