Hi everyone.
I am running a short url service with payment...
So now we have 1 full ad advertising and banner advertising.
On Full ad page For users to skip the full ad page they must click on the banner on the header so then go main link.
<a href="{$_WEB_URL}"> is the link on the database tat it has been shortened.
So when guests click on the banner the banner opens in new window but the page does not start to forward to main url.
Can some one help me on this ..?
I tried this : <div class="lb_ad">
<a href="{$_WEB_URL}">
<div onclick="redir()">
<!-- START all AdPeeps.com Code -->
<p align="center">
<script type="text/javascript" src="http://paytox.us/advertises/adpeeps.php?bfunction=showad&uid=100000&bmode=off&gpos=center&gwidth=90&bzone=default&bsize=all&btype=3&bpos=default&ver=2.0 &btotal=1&btarget=_blank&bborder=0">
</script>
<noscript>
<a href="http://paytox.us/advertises/adpeeps.php?bfunction=clickad&uid=100000&bmode=off&bzone=default&bsize=all&btype=1&bpos=default&ver=2.0" target="_blank">
<img src="http://paytox.us/advertises/adpeeps.php?bfunction=showad&uid=100000&bmode=off&bzone=default&bsize=all&btype=1&bpos=default&ver=2.0" alt="Click Here!" title="Click Here!" border="0" /></a>
</noscript>
</p>
<!-- END AdPeeps.com Code -->
</div>
</a>
</div>



Reply With Quote
((((((((

Bookmarks