HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 20th, 2000, 10:02 PM
jenice jenice is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Posts: 6 jenice User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hi, i have a banner rotator code that will bring the user to diffrent url.

however, i wish to allow the user to click from the banner ads (cocola) to load into a different window and the banner ads for mbf load back to itself. how can i do this from the code? below is my code.

<HTML>
<HEAD>
<TITLE>Banner Rotator</TITLE>

<script language="javascript">
<!--
function loadpage() {
index1 = 0;
listofimages = new Array(2);
listofimages[0] = new Image(280,60)
listofimages[0].src = "images/cokeban.gif"
listofimages[1] = new Image(280,60)
listofimages[1].src = "images/mbfban.gif"

thetimer = setTimeout("changeimage()", 2000);

}

function changeimage(){
index1 = index1 + 1
if (index1 == "2") {
index1 = 0
}
imagesource = listofimages[index1].src
window.document.banner1.src = imagesource

thetimer = setTimeout("changeimage()", 1500);

}

function changepage() {
if (index1 == 0) {
target ="http://www.cocacola.com"
}
else if (index1 == 1) {
target = "http://www.mastercard.com"
}

location = target
}

// -->
</script>
</HEAD>

<BODY onload="loadpage()" link=black vlink=black alink=black>

<BR><BR><BR>
<CENTER>
<A HREF="javascript:changepage()"><img src="images/cokeban.gif" alt="Rotating Banner" border=3" name="banner1" WIDTH="280" HEIGHT="60"></A>
</CENTER>

</BODY>
</HTML>

thank you.

jenice

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > open new window from Frame!


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway