Hi
I am trying to create a slideshow whcih works when referencing jpgs or gifs in the array. However I need to reference <script type="text/javascript" src=" instead o images/test.gif
e.g.
var pictures = new Array
// List all the pictures in the slideshow here
(
"<script type=\"text/javascript\" src=\","<script type=\"text/javascript\" src=\","<script type=\"text/javascript\" src=\");
Does anyoen know where I'm goign wrong? Your help would be greatly appreciated
Thanks
Rachel
I am trying to create a slideshow whcih works when referencing jpgs or gifs in the array. However I need to reference <script type="text/javascript" src=" instead o images/test.gif
e.g.
var pictures = new Array
// List all the pictures in the slideshow here
(
"<script type=\"text/javascript\" src=\","<script type=\"text/javascript\" src=\","<script type=\"text/javascript\" src=\");
Does anyoen know where I'm goign wrong? Your help would be greatly appreciated
Thanks
Rachel