Javium
11-11-2003, 07:28 PM
Hello everybody
In old Basic we can use the simple directive GOTO to go back to a precise point in the program.
In JavaScript, I would like to go back to a point in the .htm file, after having done a setTimeout('xxx()', n)
Is this possible? My goal is to make a slideshow with an array containing the images names and a counter for pointing the image from the array.
Many Thanks in advance.
Javium
In old Basic we can use the simple directive GOTO to go back to a precise point in the program.
In JavaScript, I would like to go back to a point in the .htm file, after having done a setTimeout('xxx()', n)
Is this possible? My goal is to make a slideshow with an array containing the images names and a counter for pointing the image from the array.
Many Thanks in advance.
Javium