[Javascript] Navigation Control - No back button?

Peter-Paul Koch gassinaumasis at hotmail.com
Thu Jun 21 10:39:37 CDT 2001


>window.open('inicio.htm','inicio','fullscreen=no','menubar=yes','scrollbars=
>yes','toolbar=no','location=yes');
>
>ANNNNNNNNNNNND
>
><script language="javascript">
>function noRightClick() {
>if (event.button==2) {
>alert('You can NOT Right-Click on this page -- but you CAN Left-Click.')
>}
>}
>document.onmousedown=noRightClick
></script>

This function works only in Explorer on Windows. For a more complete 
function, see http://www.xs4all.nl/~ppk/js/index.html?improt.html .

ppk
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.





More information about the Javascript mailing list