Hi

Im having trouble capturing the onclick and oncontextmenu event on select box in midas.

ie
document.addEventListener('click',testclickevent,false)

function testclickevent(e){
        alert(0)
}

the above does not fire if you click on a selectbox seems to work with every thing else
_______________________________________________
mozilla-editor mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-editor

Reply via email to