If memory serves, list boxes and etc. will only treat items as selected if
they were initially part of the 'populated' list. Think of it this way:
when a POST request comes in, we scroll through each item of each list box.
If that item's value was found in the POSTed cgi-variables, we flag that
item as selected. Otherwise, we flag it as not selected.
If you want to see if an item is selected that was not part of the orignal
list of children for that list box for that CP, you'll need to look at the
POSTed cgi variables directly, via calls to getWebVar or whatever. Since
you're populating the list box via JavaScript, I assume this applies to you.
(I.e., ND doesn't know what the possible values are)
- rod
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]