<HTML>
<HEAD><title>Java Script ze stránky - www.jaknaweb.com</title>
<SCRIPT language="JavaScript1.1">
<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
<!--I replaced the alert tag with the window.open thingy-->
<!--Pretty basic eh?-->
window.open("index.html")
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
// End -->
</script>
</HEAD>
<BODY>
<p> </p>
<p> </p>
<p> </p>
<p>Zmáčkněte pravé tlačítko myši a měli by jste být přeměrování na jinou stránku...</p>
</table>
</BODY>
</HTML>