GhosFacts home page <body bgcolor="#FFFFFF" text="#000000"> <!-- HTML Markup startspan --> <p></p> <p>&nbsp;</p> <P> <SCRIPT LANGUAGE="JavaScript"> <!-- // // This is the message that will appear // var msg="This page has been looked" // // Capture the MOUSEDOWN event // if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=trapClick; // // If the user clicks the page, this function runs // function trapClick(ev) { // // This is the Internet Explorer part // if (document.all) { if (event.button == 2) { alert(msg); return false; } } // // This is the Netscape part // if (document.layers) { if (ev.which == 3) { alert(msg); return false; } } } //--> </SCRIPT> <!-- HTML Markup endspan --> </body>