If you paste this under it you will get the little message pop up window, but this disables right hand clicking for everyone including the administrator.
This isn't a good hack to use if you have a long complex password that you copy and paste from your note pad.
<SCRIPT LANGUAGE="JavaScript">
<!--
if (document.layers) {n=1;ie=0}
if (document.all) {n=0;ie=1}
function clickEvent(e) {
if(e.which ==3)
alert("Type your message here.")
return false
}
function click() {
if(event.button ==2)
alert("Type your message here")
}
if (n)
document.onmousedown = clickEvent;
if (ie)
document.onmousedown = click
//-->
</SCRIPT>
</style>
<script language=JavaScript>
<!--
|