Hi,
Can anyone provide a suitable solution to the following question?
i am using Mac 9.1 OS and IE 6.0.
i have used javascripts from the website
"http://developer.netscape.com/viewsource/smith_menu/smith_menu.html".
i am using vertical frames and generated a "cascade menu" using javascripts. The menu is in
the left-frame and the main page is in the right-frame. Now i have my menus working fine!
The problem is when i rollover my mouse over the cascade menu and click on the link..the
link page doesn't opens-up..well, it works fine with windows OS but not the same with Mac
OS..
Can anyone tell me what the problem might be??
i have done something similar to the following link:
<!-- m --><a class="postlink" href="http://developer.netscape.com/viewsource/smith_menu2/menu_vframes.html">http://developer.netscape.com/viewsourc ... rames.html</a><!-- m -->
here is the code used to call a link when the mouse click occurs over the items in the
cascade menu: (***** LINK DOESN'T WORKS WITH MAC OS ******)
=================================================================================
//menu objects
function onLoad() {
window.onResize = onLoad;
loadMenus();
}
function loadMenus () {
window.mozilla = new Menu("Mozilla");
mozilla.addMenuItem("Mozilla.org",
"top.window.frames[1].location='http://www.mozilla.org'");
mozilla.addMenuItem("Projects", "http://www.mozilla.org/projects.html'");
mozilla.addMenuItem("Source Code",
"top.window.frames[1].location='http://www.mozilla.org/source-code.html'");
mozilla.menuHiliteBgColor = "red";
mozilla.writeMenus();
}
=================================================================================
THANKS IN ADVANCE FOR PROVIDING A SUITABLE SOLUTION
-maddy
Can anyone provide a suitable solution to the following question?
i am using Mac 9.1 OS and IE 6.0.
i have used javascripts from the website
"http://developer.netscape.com/viewsource/smith_menu/smith_menu.html".
i am using vertical frames and generated a "cascade menu" using javascripts. The menu is in
the left-frame and the main page is in the right-frame. Now i have my menus working fine!
The problem is when i rollover my mouse over the cascade menu and click on the link..the
link page doesn't opens-up..well, it works fine with windows OS but not the same with Mac
OS..
Can anyone tell me what the problem might be??
i have done something similar to the following link:
<!-- m --><a class="postlink" href="http://developer.netscape.com/viewsource/smith_menu2/menu_vframes.html">http://developer.netscape.com/viewsourc ... rames.html</a><!-- m -->
here is the code used to call a link when the mouse click occurs over the items in the
cascade menu: (***** LINK DOESN'T WORKS WITH MAC OS ******)
=================================================================================
//menu objects
function onLoad() {
window.onResize = onLoad;
loadMenus();
}
function loadMenus () {
window.mozilla = new Menu("Mozilla");
mozilla.addMenuItem("Mozilla.org",
"top.window.frames[1].location='http://www.mozilla.org'");
mozilla.addMenuItem("Projects", "http://www.mozilla.org/projects.html'");
mozilla.addMenuItem("Source Code",
"top.window.frames[1].location='http://www.mozilla.org/source-code.html'");
mozilla.menuHiliteBgColor = "red";
mozilla.writeMenus();
}
=================================================================================
THANKS IN ADVANCE FOR PROVIDING A SUITABLE SOLUTION
-maddy