<script type="text/javascript" src="http://example.com/show_ad.js"></script>
I put the line from above on multiple locations on the page. This script will put a iframe element on the page. The problem is that the script only loads once when I use this script multiple times. Does anyone have a solution for this?
Thanks already.