I am horrible with JS more a Python guy :)
and I have this simple question:
"document.write" only accepts text but I want to display an iframe
else
{
document.write('<p class="no">We\'ve detected that you\'re using <strong>AdBlock Plus</strong> or some other adblocking software. Please be aware that this is only contributing to the demise of the site. We need money to operate the site, and almost all of that comes from our online advertising. To read more about why you should disable ABP, please <a href="#">click here</a>.<!-- end .content --></p>');
}
so
else
{
document.write('<iframe src="http://www.om-p.com"></iframe>');
}
document.write()also writes out a tag.