mi2sense
12-27-2003, 03:16 PM
I'm trying to show 4 slide shows on one browser page.
The slide shows work fine when tested individually, I tried to merge them using 4 tables within 1 table, but only one slideshow would play at a time. Maybe this was because of the 1:1 JavaScript-Window association.
So, then I tried using a frameset of 4 frames to create 4 windows, with each frame pointing to load a different slide show file. Now, a blank page displays when I open the frameset file. This problem occurs with IE 6 and Mozilla 1.0.2.
I tried using Dreamweaver to see the code it generated, but the code looks pretty much the same. Any ideas on what I'm overlooking?
Here is the vanilla code from the frameset file:
<html>
<FRAMESET FRAMEBORDER=0
ROWS="299,299,*"
COLS="399,399,*">
FRAME NAME=topLeft SRC="file:///D|/data/websites/Production/crescentmfg.us/pour_before.html"
SCROLLING="auto" MARGINWIDTH=1 MARGINHEIGHT=1 NORESIZE>
FRAME NAME=topRight SRC="file:///D|/data/websites/Production/crescentmfg.us/pour_during1.html"
SCROLLING="auto" MARGINWIDTH=1 MARGINHEIGHT=1 NORESIZE>
FRAME NAME=baseLeft SRC="file:///D|/data/websites/Production/crescentmfg.us/pour_during2.html"
SCROLLING="auto" MARGINWIDTH=1 MARGINHEIGHT=1 NORESIZE>
FRAME NAME=baseRight SRC="file:///D|/data/websites/Production/crescentmfg.us/pour_after.html"
SCROLLING="auto" MARGINWIDTH=1 MARGINHEIGHT=1 NORESIZE>
</FRAMESET>
</html>
Thanks in advance!
The slide shows work fine when tested individually, I tried to merge them using 4 tables within 1 table, but only one slideshow would play at a time. Maybe this was because of the 1:1 JavaScript-Window association.
So, then I tried using a frameset of 4 frames to create 4 windows, with each frame pointing to load a different slide show file. Now, a blank page displays when I open the frameset file. This problem occurs with IE 6 and Mozilla 1.0.2.
I tried using Dreamweaver to see the code it generated, but the code looks pretty much the same. Any ideas on what I'm overlooking?
Here is the vanilla code from the frameset file:
<html>
<FRAMESET FRAMEBORDER=0
ROWS="299,299,*"
COLS="399,399,*">
FRAME NAME=topLeft SRC="file:///D|/data/websites/Production/crescentmfg.us/pour_before.html"
SCROLLING="auto" MARGINWIDTH=1 MARGINHEIGHT=1 NORESIZE>
FRAME NAME=topRight SRC="file:///D|/data/websites/Production/crescentmfg.us/pour_during1.html"
SCROLLING="auto" MARGINWIDTH=1 MARGINHEIGHT=1 NORESIZE>
FRAME NAME=baseLeft SRC="file:///D|/data/websites/Production/crescentmfg.us/pour_during2.html"
SCROLLING="auto" MARGINWIDTH=1 MARGINHEIGHT=1 NORESIZE>
FRAME NAME=baseRight SRC="file:///D|/data/websites/Production/crescentmfg.us/pour_after.html"
SCROLLING="auto" MARGINWIDTH=1 MARGINHEIGHT=1 NORESIZE>
</FRAMESET>
</html>
Thanks in advance!