Disabling all javascript commands

wxdqz

New Member
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
 
Back
Top