Hi friends,
I have a multiple combo box (select box). When the user selects one or more entries from the select box then a corresponding link (<a href="somthing.html"> somthing</a>) should be enabled. When the number of entries selcted by the user equals zero, then the link should be disabled.
Using onChange event for select box, I am able to sense the number of entries selected. But I am not able to disable a link dynamilcally. I have even got code to enable a link dynamically. But the code doesn't work for disabling the link.
Thanks in advance,
Navanee



Reply With Quote


Bookmarks