J
Joseph Mouhanna
I have a web site with three frames, defined in INDEX.HTM
Frame 1 is called TopNav and is initially loaded with the MainMenu.htm page
(buttons in the form of GIFs)
Frame 2 is called SecNav and is initially loaded with the SecNavHome.htm
page (buttons in the form of GIFs)
Frame 3 is called MainFrame and is initially loaded with the primary.htm
page
I want to click on one of the buttons in Frame 1 and cause three different
pages to load in Frames 1, 2, and 3.
I did the following:
Double clicked on the picture, and the General Tab, and then in the Default
Hyperlink, I entered the following code fragment:
javascriptarent.frames.MainFrame.location='vision.htm';parent.frames.SecNav.location='SecNav_SecondMenu_Active.htm';parent.frames.TopNav='TopNavSecondMenu.htm'
When I try running it in preview mode (for INDEX.HTM, after saving
everything), all three frames clear (turn blank) and nothing loads.
When I try running it by double clicking on INDEX.HTM from Windows Explorer,
and clicking on the picture, I get a message telling me that IE blocked
content, so I unblock it but the pages are not changes (remains the same as
before).
Any ideas? or another way of doing it?
--thx, Joseph
Frame 1 is called TopNav and is initially loaded with the MainMenu.htm page
(buttons in the form of GIFs)
Frame 2 is called SecNav and is initially loaded with the SecNavHome.htm
page (buttons in the form of GIFs)
Frame 3 is called MainFrame and is initially loaded with the primary.htm
page
I want to click on one of the buttons in Frame 1 and cause three different
pages to load in Frames 1, 2, and 3.
I did the following:
Double clicked on the picture, and the General Tab, and then in the Default
Hyperlink, I entered the following code fragment:
javascriptarent.frames.MainFrame.location='vision.htm';parent.frames.SecNav.location='SecNav_SecondMenu_Active.htm';parent.frames.TopNav='TopNavSecondMenu.htm'
When I try running it in preview mode (for INDEX.HTM, after saving
everything), all three frames clear (turn blank) and nothing loads.
When I try running it by double clicking on INDEX.HTM from Windows Explorer,
and clicking on the picture, I get a message telling me that IE blocked
content, so I unblock it but the pages are not changes (remains the same as
before).
Any ideas? or another way of doing it?
--thx, Joseph