G
Gaby Sandoval
I have a very simple javascript slideshow.
It is extremely basic (see small sample below):
<script language="JavaScript1.1">
<!--
//specify interval between slide (in mili seconds)
var slidespeed=100
//specify images
var slideimages=new Array("images/slideshow/dog_logo.gif", "images/
slideshow/cat.gif")
//specify corresponding links
var slidelinks=new Array("http://www.dog.com", "http://www.cat.com/
index.htm)
var newwindow=1 //open links in new window? 1=yes, 0=no
The problem I am having is that I am constantly having to add and
remove the images(and links). This is becoming a burden because the
script I use have over 30 images. Is there any way to have the
slideshow work of the access database our office uses. That way I
could run the script off a query.
Thanks in advance for the help.
Gabriel
It is extremely basic (see small sample below):
<script language="JavaScript1.1">
<!--
//specify interval between slide (in mili seconds)
var slidespeed=100
//specify images
var slideimages=new Array("images/slideshow/dog_logo.gif", "images/
slideshow/cat.gif")
//specify corresponding links
var slidelinks=new Array("http://www.dog.com", "http://www.cat.com/
index.htm)
var newwindow=1 //open links in new window? 1=yes, 0=no
The problem I am having is that I am constantly having to add and
remove the images(and links). This is becoming a burden because the
script I use have over 30 images. Is there any way to have the
slideshow work of the access database our office uses. That way I
could run the script off a query.
Thanks in advance for the help.
Gabriel