Well I got it..
here it is for those who wonder.
(thi sis in a 'common'_functions' js file,
you call it passing DynAPI.document (for example)
function
setMouseClickEvent(objTargetDoc){
var evt = new EventListener(objTargetDoc); evt.onrtmousedown=function(e){ e.cancelBrowserEvent(); return false; }; objTargetDoc.addEventListener(evt); };
----- Original Message -----
|
- [Dynapi-Help] right click in netscape Doug Melvin
- Re: [Dynapi-Help] right click in netscape Doug Melvin
- Doug Melvin