| This is what am I using ( Silent No Right Click ) very simple First create a Gobal Block then insert this codes by HTML form Code <SCRIPT language="JavaScript" type="text/JavaScript"> <!-- function click(e){if (document.all) if (event.button == 2) return false;if (document.layers) if (e.which == 3) return false;} function click2(){event.returnValue=false;return false;}if (document.layers) document.captureEvents(Event.MOUSEDOWN);document.onmousedown=click;document.oncontextmenu=click2; // --> </SCRIPT> Name your Global Block NRCLICK then save it. You must have $GLOBAL_NRCLICK$ Second, - If you want your whole template right click disabled then follow this... navigate to Quick Replacement (Main Page -> Custom Design -> Quick Replacement). Then type in Find: </head> and type in Replace by: $GLOBAL_NRCLICK</head> - If you only want to have this in your Photo Album section then insert $GLOBAL_NRCLICK$ 1 by 1 in each Photo Album templates. Just make sure the code $GLOBAL_NRCLICK$ was inserted between <head></head> html tags. If you really want to make sure that this code works just put $GLOBAL_NRCLICK$ beside </head> html tag. want a sample then check my sprite site... Artwor'X Custom Enhancement Site please leave testi for my guestbook ^^ thanks
Artwor'X Custom Enhancement R.U.N.E. Member
Message edited by jupeto - Wednesday, 2008-02-20, 8:40 Am |