posted 23 years ago
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