Reply
Rotational Banner + phpBB
Old 01-09-2007, 01:16 PM Banner + phpBB
J.C
Skilled Talker

Posts: 75
Name: Jamie
Location: Scotland, UK
Trades: 0
I have the following JavaScript in my overall_header.tpl on my phpBB board to simply rotate two of my sponsor’s banners, and more if required. Everything works, but what I also want is some text under the banner with the company’s name, hyperlinked that changes when a new banner is displayed? Is it fontface= or something? I can't remember.

Any help would be great.

PHP Code:
<SCRIPT LANGUAGE="JavaScript">
<!-- 
Begin
var how_many_ads 2;
var 
now = new Date()
var 
sec now.getSeconds()
var 
ad sec how_many_ads;
ad +=1;
if (
ad==1) {
url="http://www.mydomain.com";
alt="Advertise with Company Name";
banner="http://mydomain.com/images/ads/advertise.jpg";
width="466";
height="60";
}
if (
ad==2) {
url="http://www.mydomain.com";
alt="Advertise with Company Name";
banner="http://mydomain.com/images/ads/advertise.jpg";
width="466";
height="60";
}
document.write('<center>');
document.write('<a href=\"' url '\" target=\"_top\">');
document.write('<img src=\"' banner '\" width=')
document.write(width ' height=' height ' ');
document.write('alt=\"' alt '\" border=0><br>');
document.write('<small>' txt '</small></a>');
document.write('</center>');
// End -->
</SCRIPT> 

Last edited by J.C; 03-21-2007 at 12:57 PM..
J.C is offline
Reply With Quote
View Public Profile Visit J.C's homepage!
 
 
When You Register, These Ads Go Away!
Old 01-09-2007, 08:23 PM Re: Rotational Banner + phpBB
J.C
Skilled Talker

Posts: 75
Name: Jamie
Location: Scotland, UK
Trades: 0
Anyone?
J.C is offline
Reply With Quote
View Public Profile Visit J.C's homepage!
 
Old 03-21-2007, 12:57 PM Re: Rotational Banner + phpBB
J.C
Skilled Talker

Posts: 75
Name: Jamie
Location: Scotland, UK
Trades: 0
Anyone?
J.C is offline
Reply With Quote
View Public Profile Visit J.C's homepage!
 
Reply     « Reply to Rotational Banner + phpBB
 

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.08825 seconds with 13 queries