IMVMOO
News
Generators
Special Someone
Banner Code
Avatar Image
Top Image Banner
IMVU Popup Message
Relationship Status
Scrolling Marquee
Forum Signature
Codes
Image Layouts
DIV Layouts
Tutorials
Other Links
Contact Me
HTML
Scrolling DIV
New Page Link
CSS
Centre Panels (Without Widening)
Centre Panels (With Widening)
Page Font Size/Type/Colour
Scrollable Message Panel
Page Banner (Centred)
No Headers Gap
Hide URL Panel Link
Space Above Top Panels
Bottom Space
JAVASCRIPT
View in 3D Button
Disable Rightclick
Custom Relationship Status
Members Only
Custom My Recent Visitors Header
- Updated
Hide "No Special Someone" Message
Custom Visitors Message
code: disable
What it does: Disables users from rightclicking on your page.
<script type="text/javascript" language="javascript"> /* Code by ??? - Found at imvmoo.co.uk */ function clickIE() {if (document.all) { return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) { return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} document.oncontextmenu=new Function("return false") </script>
Copyright ©
Antonio82
2019