Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Old 08-17-2009, 07:27 PM Top page banner add
kaze's Avatar
Junior Talker

Posts: 2
Name: Raica Bogdan
Location: On the web
Trades: 0
Hello guys, I need some help here.
The problem with my js code is that on some pages the code is created 2-4 times, usualy in phpbb forums and pages that has iframe pages. I think it has problems with pages with 2-3 head,body tags.

This is the code that I inserted in my ad hosting server:

Code:
<script type="text/javascript">
var object = document.createElement('div');
object.innerHTML = 'The banner script is HERE';
var body = document.getElementsByTagName('body')[0];
body.insertBefore(object, body.firstChild);
</script>
The code that is on the page is:

Code:
<div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">
<script type="text/javascript">
 var object = document.createElement('div');
 object.innerHTML = 'The Banner script is HERE';
 var body = document.getElementsByTagName('body')[0];
 body.insertBefore(object, body.firstChild);
 </script>
</div></div>
The <div> tags are created automaticaly by the ad server.

What I need? Maybe someone has a better ideea on how to do it.
I need to put a banner ad on my free hosting accounts. The banner should be at the top of every page and it should NOT interfere with the content of the client page.

Please help me, I realy don't know what should I do.

Regards,
kaze
kaze is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to Top page banner add
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.33399 seconds with 12 queries