Hi i am loading a page into an iframe...
the page from cult.co.uk has javascript alert() messages embedded in the code, which are triggered when the page loads via the iframe.Code:<iframe src="http://www.cult.co.uk/men/shop/hoods-and-sweats/details/25705/75-wings-foil-hood" width="500" height="500" id="iframeTest"/>
is there a way of suppressing the alert() messages?
I know i can suppress alerts on my local site by adding the following function:
Thanks!Code:function alert(){};


Reply With Quote
Bookmarks