I am loading an external page in an iFrame that redirects after a counter. I want to disable the redirect.I used firebug to locate the redirect.
if(!counter)
self.iframe.src=self.vars["someurl"];
So how do I stop this redirect from happening?
Thank you, Todd