motiveco
07-17-2002, 12:39 AM
Does anyone have an answer to this?
I am having problems getting a hyperlink to redirect from a floating javascript menu bar into a <DIV> location within the same page. I thought the code, javascript:parent.framename.location='http://mysite.com', could be inserted into the empty quotes following "Introduction" like such:
dhtmlMenu = new NavBarMenu(100, 120);
dhtmlMenu.addItem(new NavBarMenuItem("Introduction", "javascript:parent.framename.location='http://mysite.com'"));
but this doesn't load the page properly.
Please help!
Kyle
I am having problems getting a hyperlink to redirect from a floating javascript menu bar into a <DIV> location within the same page. I thought the code, javascript:parent.framename.location='http://mysite.com', could be inserted into the empty quotes following "Introduction" like such:
dhtmlMenu = new NavBarMenu(100, 120);
dhtmlMenu.addItem(new NavBarMenuItem("Introduction", "javascript:parent.framename.location='http://mysite.com'"));
but this doesn't load the page properly.
Please help!
Kyle