I have prepared a slideshow of 50 slides using;
<META http-equiv="Refresh" content = "5;URL=nextslide.htm">
I wish to allow the viewer to change the refresh time in all 50
htm's using an input at the intro slide htm.
I am using a stylesheet if that is any help
From the reply I rcvd I don't think I have explained enough. The URL nextslide is actually a variable that is sequentially numbered ie: slide 101.htm, slide 102.htm
etc, up to slide 150.htm, and each htm references the next slide in the sequence in the Meta command. I guess my real question how can I input a variable in the intro htm that will set a variable in each sequential htm.
<META http-equiv="Refresh" content = "5;URL=nextslide.htm">
I wish to allow the viewer to change the refresh time in all 50
htm's using an input at the intro slide htm.
I am using a stylesheet if that is any help
From the reply I rcvd I don't think I have explained enough. The URL nextslide is actually a variable that is sequentially numbered ie: slide 101.htm, slide 102.htm
etc, up to slide 150.htm, and each htm references the next slide in the sequence in the Meta command. I guess my real question how can I input a variable in the intro htm that will set a variable in each sequential htm.