druss
03-12-2003, 01:29 AM
I wanted to know if there is a way to disable javascript in a particular frame??
if this is not possible then how do you disable alert boxes from showing up, so far i have been able to remove popups with this code:
function window.open() {return true;}
Thanks
Goran
if this is not possible then how do you disable alert boxes from showing up, so far i have been able to remove popups with this code:
function window.open() {return true;}
Thanks
Goran