April 05, 2025, 07:39:11 AM *
Welcome, Guest. Please login or register.
News: Welcome to Talk.ws - The Official Forum for all GDI members!

If you are a new member please make sure to read the "Forum Rules, Forum Tutorials, and GDI FAQs" section.

Please avoid posting any questions which may require us to discuss detailed information regarding your GDI account. Such questions should be submitted to support@wsdomains.ws.

GDI has a strict Anti-SPAM policy. Please do NOT send unsolicited messages via Private Message.
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  .WS Services / WebSite Development / Slideshow anybody? on: July 04, 2007, 10:56:18 AM
Hi... I'm trying to create a slideshow in my website using html text, and i'm having some problems. Can anybody help?
This is my text:

<html>
<head>
<script type="text/javascript">
<!--
var image1=new Image()
image1.src="Travel1.JPG"
var image2=new Image()
image2.src="Nature5.JPG"
var image3=new Image()
image3.src="Nature3.JPG"
//-->
</script>
</head>
<body>
<img src="Travel1.JPG" name="slide" width="512" height="384" />
<script>
<!--
//variable that will increment through the images
var step=1
function slideit(){
//if browser does not support the image object, exit.
if (!document.images)
return
document.images.slide.src=eval("image"+step+".src")
if (step<3)
step++
else
step=1
//call function "slideit()" every 2.5 seconds
setTimeout("slideit()",2500)
}
slideit()
//-->
</script>
</body>
</html>
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Copyright © 2025 by Global Domains International, Inc. · All Rights Reserved
701 Palomar Airport Road #300 · Carlsbad, CA 92011 · 760-602-3000