Was cgi for slide show

Hershel Fisch hershf at rgllc.us
Mon Apr 23 19:48:16 EDT 2007


Hi all, This was a post a while ago and I'm trying to figure this out
 can some one brake this down for me pleease?
Thanks, Hershel 


Jan-

I'd probably opt for something even simpler - this will show a slide
for five seconds, then move on to the next. No programming needed:

<html>
<head>
<META HTTP-EQUIV="Refresh" CONTENT="5;URL=MySlideShow/slide2.html">
</head>
<body>
<img src="slide1.jpg">
</body>
</html>




More information about the use-livecode mailing list