It was a custom attribute that they used to store information in.
What I did was change divname to lang and hid the information in it.
It seems to be working now.
Thanks all for all your help.
User Profile
Collapse
-
Yes. Only one entry (the first selection on the list) shows.
I also tried using a standard HTML attribute such as "lang" and "title", but no matter what it still only returns one selection....Leave a comment:
-
I have tried all of the suggestions.
Actually I was able to pin it down to the "divname" statement.
EVERYTHING works in IE6, but it does not work in IE7.
In IE7 if I remove the "divname" tag then the multiple selection works. However I need the divname for my javascript validation.
Any suggestions?Leave a comment:
-
HTML ListBox issues
I have a HTML list box created and I am trying to access the selected values on the PostBack. However I am only getting one value back from the list box.
<TD ID='TDDescripti on'>
<SELECT NAME='Descripti on' Class='RegText' isrequired=Yes Multiple=True Size=6 divname='Non-FatalCorrected' >
<OPTION Value='aa' >aa</OPTION>
<OPTION Value='bb' >bb</OPTION>
<OPTION Value='cc'...
No activity results to display
Show More
Leave a comment: