Hi Everyone, I think, the subject line is quite clear and explainative. I need to disable right-mouse click in the pop-up window. I know how to do it in the same window..but what about the window which is opened thru function like below- <!-- Begin function url() { hidden = open('http://www.swati.com,'NewWindow','status=no'); } End --> Anyone, who knows hot to do it, please help. Thx
Swati, Just paste this code at the top of your new window page .... <script> function handler(){ if(event.button == 2){ alert("No viewing the source code;-)") return false; } } document.onmouseup = handler </script> This should server the purpose :-)
That's all fine and dandy but what about code lifter? That program will get source from anywhere no matter what u stick in the html. It will even grab js and css files
They gave me pumpkin ice cream. It was not pumpkin pie ice cream. Wiping my tongue on this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!