Guest_imported
New member
- Jan 1, 1970
- 0
How do I detect a mouse click on a <SELECT> box in Netscape 4.x? I have tried to capture it in many places and it does not work. I know that the SELECT obj does not support the Click event (only onBlur, onFocus, and onChange). There is no item to change so I can't fire an event with that. I just want to fire a function when a user clicks on the box or the dropdown arrow on the right.