Hello,
I am currenlty using the src= attribute within the script tags to retireve javascript from a different http address. The Javascript recieved prints live text datafeeds to the visitors' browser from my site in pure javacript not html.
The problem I am having is that the source is displaying unwanted images (porn advertisments) on my webpage. The source is doing this using a javascript function. It is called "function _genHeaderLogo2".
I have no control over the javacript as it is on a third party site and is being sourced in ( script src=" /script)
Is there any type of javascript I can place before the script tags that will tell the browser to dis regard this specific function?
Any help would be appreciated.
Thnaks,
Jeff
I am currenlty using the src= attribute within the script tags to retireve javascript from a different http address. The Javascript recieved prints live text datafeeds to the visitors' browser from my site in pure javacript not html.
The problem I am having is that the source is displaying unwanted images (porn advertisments) on my webpage. The source is doing this using a javascript function. It is called "function _genHeaderLogo2".
I have no control over the javacript as it is on a third party site and is being sourced in ( script src=" /script)
Is there any type of javascript I can place before the script tags that will tell the browser to dis regard this specific function?
Any help would be appreciated.
Thnaks,
Jeff