<html> <head> <title>א"ב בבנית אתרים</title> <SCRIPT language=JavaScript> <!-- var message="כל הזכויות שמורות(c) www.zakai.com"; //protect from right-click function click(mouse) { if (document.all) { if (event.button==2||event.button==3) { alert(message); return false; } } if (document.layers) { if (mouse.which == 3) { alert(message); return false; } } } if (document.layers) { document.captureEvents(Event.MouseDown); //protect from keyboard keypress function keypressed() { alert(" כל הזכויות שומרות (C)WWWW.zakai.com"); } } document.onmousedown=click; document.onkeydown=keypressed; // --> </SCRIPT> <link rel="stylesheet" href="liora3.css" type="text/css"> <link rel="stylesheet" href="../liora3.css" type="text/css"> </head>
<body > </body> </html>
|