[thelist] Slide show with html tex EASY PEASY LEMON SQUEEZY?

John C Bullas (TRG: Univ of Southampton) jcbullas at nildram.co.uk
Wed Oct 15 03:03:23 CDT 2003


At 03:13 AM 15-10-03, Diane Soini wrote:
>The problem is that it is easy to script an image tag to change its src on 
>a timer, but more difficult to change the text. You can do it a number of 
>ways. One is to use the innerHTML property of a div tag or p tag. Just 
>give it an id, like <div

if there is only say a few images and you use a template to generate the 
pages with an embedded image just use a redirect after x seconds to the 
next slide on a page and have "back"/"forward" javascript hyperlinks ( via 
a SSI insert) to navigate immediately back forwards?

<meta http-equiv="refresh" content="5;url='nextpage.html'">

combined with

<input type="button" onClick="fullwin()" value="Open Site in Full Screen" 
name="button3">

<input type="button" value=" <-- Back a Page" onClick="history.go(-1)" 
name="button">

<input type="button" value="Forward a Page-->" onClick="history.go(1)" 
name="button2">

quick and dirty works well :)

FB

   **********************************************
                 John C Bullas  <jcbullas<at>nildram.co.uk
***** Eudora Mail 6.0.0.22 + McAfee Virus Scan 4.5.1 *********
*************************************************


More information about the thelist mailing list