a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Hosting from $3.99 per month!

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions. dd

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Swaping images in FP 2003 on load

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> Swaping images in FP 2003 on load
Page: [1]
 
wondering

 

Posts: 1
Joined: 8/29/2005
Status: offline

 
Swaping images in FP 2003 on load - 9/8/2005 11:19:03   

Using FP 2003, I would like to swap images in the main table of my frontpage website. I have about 15 images to alternate. I would like images to randomly load. I have dreamweaver and fireworks, which I'm not sure I need to use, but maybe.

Any help is always appreciated.
Thanks,
Mary
Larry M.

 

Posts: 2907
Joined: 2/20/2003
From: Greenville, South Carolina, USA
Status: offline

 
RE: Swaping images in FP 2003 on load - 9/8/2005 11:50:21   
Mary,

You can use the FrontPage 2003 Banner Ad Manager which has transition effects and timing intervals. Won't, however, load images randomly.

You can see collage images controlled by the Banner Ad Manager Here

Welcome to OutFront!

_____________________________

Larry M.

If hope and forgiveness don't work, get a gun.

(in reply to wondering)
rubyaim

 

Posts: 757
Joined: 6/22/2005
Status: offline

 
RE: Swaping images in FP 2003 on load - 9/8/2005 19:14:27   
Hi Mary, the banner ad manage is pretty cool (I played with it after Larry pointed it to me out a few weeks ago :) ).

If you want random images, you may need to use Javascript. Below are a few sites with info about using Javascript for random images:

I've just done this on one of my pages, the code I am using is below.

<script type="text/javascript">
//<![CDATA[
image = new Array
image[1]="images/image1.gif"
image[2]="images/image2.gif"
image[3]="images/image3.gif"
image[4]="images/image4.gif"
image[5]="images/image5.gif"
image[6]="images/image6.gif"
image[7]="images/image7.gif"
image[8]="images/image8.gif"
image[9]="images/image9.gif"
image[10]="images/image10.gif"
image[11]="images/image11.gif"
image[12]="images/image12.gif"
image[13]="images/image13.gif"
image[14]="images/image14.gif"
image[15]="images/image15.gif"
random_num = (Math.round((Math.random()*14)+1))
document.write("<img class=\"nopr\" alt=\"\" src=" + "\"" + image[random_num] + "\"" + "/" + ">");
//]]>
</script>
<noscript>Javascript needs to be enabled to view random shape images. These images do not convey website content.</noscript>


Sally

(in reply to Larry M.)
Page:   [1]
OutFront Discoveries

All Forums >> Web Development >> General Web Development >> Swaping images in FP 2003 on load
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts