is there any better way to password your code???
currently i'm using.....
Thanks in advance,
-=Alex=-
<script language="javascript">
var strIndex='if (parent.location.href!=strIndex) parent.location.replace(strIndex)
var browser=window.navigator.appName;
function onMouseDownHandler(e)
{
if (e.which==3) { return false; }
}
if (browser=='Netscape')
{
if (document.layers)
{
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=onMouseDownHandler;
}
}
</script>
currently i'm using.....
Thanks in advance,
-=Alex=-
<script language="javascript">
var strIndex='if (parent.location.href!=strIndex) parent.location.replace(strIndex)
var browser=window.navigator.appName;
function onMouseDownHandler(e)
{
if (e.which==3) { return false; }
}
if (browser=='Netscape')
{
if (document.layers)
{
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=onMouseDownHandler;
}
}
</script>