first of all your script is just awesome.
But there is some functionality missing (how many times the ad has been displayed + how many clicked on it)
i wanted to edit the Wrap content on my 2 templates from :
<li style="margin-top:6px;margin-left:-17px;position:absolute;">
<a href="{ad_url}">
<img src="{ad_banner}" alt="{website_name}" />
</a>
</li>to
<li>
<a href="{ad_url}" onclick="recordOutboundLink(this, 'Outbound Links', 'click outgoing links');return false;">
<img src="{ad_banner}" alt="{website_name}" />
</a>
</li>each time i save + i want to edit it again, the information i just entered are not saved. What the bug ?
PS do i have to add : target="_blank" or when i click on the ad, it'll open up in a new tab automatically ? thanks

Sign In
Register
Help
Start New Issue
Add a Reply
MultiQuote
