FrontPage Templates & Web Design - Your One Stop Resource Center!

FrontPage Templates & Web Design Web Design with FrontPage Templates
  FrontPage Universe Templates - Home FrontPage Universe Templates - About Us FrontPage Universe Templates - Contact Us FrontPage Universe Templates - Privacy Statement FrontPage Universe Templates - Terms of Service FrontPage Universe Templates - Search
Web Design Templates
Join Our FrontPage Newsletter  
 

 

Home
FrontPage Templates
Site Evaluation Tools
FrontPage Resources
Web Site Promotion
Web Hosting
Affiliate Programs
Internet Marketing
Web Software
SE Optimization
Web Design Tips & Tricks
ClickBank Portal
Privacy Policy
Links

 

 

Web Design Tips

FrontPage Universe Tips

 Photo Album


If you have a few images that you would like to display on a webpage this little script will help. With this you can flip through several images, one at a time. To modify this script for your needs, change the image URLs in the script to the exact location of your images on your web server. If you are using more than 3 images, you will need to change this line if (document.images && thisImage < 2) by changing the number 2 to the number of images you are using less 1.

<script language="JavaScript">
<!--
var viewPix = new Array("http://images.frontpageuniverse.com/frontpageuniverse/
images/c/frontpageuniverse/aff468/20040113-bn468x60d-1.gif","http://images.frontpageuniverse.com/frontpageuniverse/
images/c/frontpageuniverse/aff468/20040113-bn468x60d-2.gif","http://images.frontpageuniverse.com/frontpageuniverse/
images/c/frontpageuniverse/aff468/20040113-bn468x60d-3.gif")
var thisImage = 0
function doPast() {
if (document.images && thisImage > 0) {
thisImage--
document.myShow.src=viewPix[thisImage]
}
}
function doAfter() {
if (document.images && thisImage < 2) {
thisImage++
document.myShow.src=viewPix[thisImage]
}
}
// -->
</script>
<div align="center"><img name="myShow" src="http://images.frontpageuniverse.com/frontpageuniverse/
images/c/frontpageuniverse/aff468/20040113-bn468x60d-1.gif" width="468" height="60"><br><a href="javascript:doPast()">Previous</a> <a href="javascript:doAfter()">Next</a></div>
 


 

 

Join our FrontPage Universe Newsletter
Please Subscribe to our FrontPage Web Design Newsletter

 

 
 
 
 
 
 
 
 

 

Contact: info@frontpageuniverse.com
Copyright © 2003 (FrontPage Universe). All rights reserved.

Last Modified October 12, 2007