Techno World Inc - The Best Technical Encyclopedia Online!

THE TECHNO CLUB [ TECHNOWORLDINC.COM ] => Javascript => Topic started by: Daniel Franklin on September 29, 2007, 10:32:16 AM



Title: Anti right-click pop up : pop up will appear if visitors right-clicks his mouse
Post by: Daniel Franklin on September 29, 2007, 10:32:16 AM
newwin=window.open('index.htm','PopupTest','width=350,height=423,top=30,left=30') return false; } } if (document.layers) { if (go.which == 3) {


newwin=window.open('index.htm','PopupTest','width=350,height=423,top=30,left=30') return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=noway; // --> </script>

</head>

<body >try to right-click your mouse

</body>

</html>

Articles Source - Free Articles