> placing "e.cancelBrowserEvent();" in a rtmousedown event listener should
allow
> your to stop the menu from appearing

This is not working for me in NS4.61.  I am trying two different methods and
neither one generates anything.  This is my current code:

    pictureFrame.rcel = new EventListener(pictureFrame)
    pictureFrame.rcel.rtmousedown=function(e) {alert(1)
        e.cancelBrowserEvent()
    }
    pictureFrame.rcel.onmousedown=function(e) {if (is.ns && e.which==3)
alert("s")
        if (is.ns && e.which==3) return false
        else if (is.ie && e.button==2) return false
        else return true
    }
    pictureFrame.addEventListener(pictureFrame.rcel)

By the way, could anyone give me a hint as to why NS always shows ????s in
its alert boxes?  I never see anything else--no numbers and no text just
question marks.

Thanks,
Hershel

PS: I am aware that there has been in the past a surplus of pained and
outraged verbal attacks on the quality of NS's JavaScript engine and so I
will refrain from expressing some of my inner feelings at this moment.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to