Is there any way to check is script getting any response from url source and if there isn't any, not to show anything?
The problem is that when there isn't any, the script is forcing custom 404 error page to download.
This is all whats in question, its about ads.
The problem is that when there isn't any, the script is forcing custom 404 error page to download.
This is all whats in question, its about ads.
Code:
<script type="text/javascript" src="http://site.com/page/show_ads.js"> </script>
Comment