I may just be retarded or something but I can't figure out two codes for NiteFlirt. If you ladies could help me out with the following, I'd really appreciate it...
1) Changing the link colors on the page
2) A "no right click" code
Thank you!!!
Printable View
I may just be retarded or something but I can't figure out two codes for NiteFlirt. If you ladies could help me out with the following, I'd really appreciate it...
1) Changing the link colors on the page
2) A "no right click" code
Thank you!!!
<meta http-equiv="imagetoolbar" content="no">
<script language="javascript">
function noRightClick() {
if (event.button==2){
alert("FAIL.")
}
}document.onmousedown=noRightClick
</script>