jon.london
25 Nov 2010, 01:22 PM
hi
i am including an iframe in my page, as follows...
<iframe src="http://www.cult.co.uk/men/shop/hoods-and-sweats/details/26947/tin-tab-electronic-hood" />
problem is that the included src page, brings up javascript alert errors, into my website! is there any way i can supress these messages?
i know i can supress js alerts locally by using the following:
function alert(){}
But i am not sure how to do this for an iframe.
thanks
i am including an iframe in my page, as follows...
<iframe src="http://www.cult.co.uk/men/shop/hoods-and-sweats/details/26947/tin-tab-electronic-hood" />
problem is that the included src page, brings up javascript alert errors, into my website! is there any way i can supress these messages?
i know i can supress js alerts locally by using the following:
function alert(){}
But i am not sure how to do this for an iframe.
thanks