I currently have a multiple select list box, and need to make things easier to use, as its possable that the user doesnt know enough about computers to know they can hold ctrl to select more than one option
what I'd like to do, is make the list box act as if the ctrl key is pressed
adding
window.event.ctrlKey=true
to the onclick event gives a member not found error
can anyone help?
what I'd like to do, is make the list box act as if the ctrl key is pressed
adding
window.event.ctrlKey=true
to the onclick event gives a member not found error
can anyone help?