/ Published in: HTML
Expand |
Embed | Plain Text
window.addEvent('domready', function() { document.body.addEvent('contextmenu',function(e) { e.stop(); }); });
You need to login to post a comment.
fredaudet on 10/31/08
3 people have marked this snippet as a favorite
jamesming
Bluewall
michellebracken
window.addEvent('domready', function() { document.body.addEvent('contextmenu',function(e) { e.stop(); }); });
You need to login to post a comment.