-
NEWWIN open new window parameter doesnt work for jimmenus
1) Script Title: jimmenus
2) Script URL (on DD): http://www.dynamicdrive.com
3) Describe problem: I'm using a 5.0 series version of jimmenus, and i have the script and accompanying display page inside an IFRAME, and i need to display any clicked links pages outside of the iframe webpage. When trying to use the NEWWIN parameter:
function init()
{
menus[0] = new menu(130, "vertical", 0, 0, -50, -50, "#ffffff", "#000fff", "Verdana", 7,
"bold", "bold", "black", "#ff0000", 1, "#800000", 3, 62, false, true, true, true, 12, true, 2, 2, "#c0c0c0");
menus[0].addItem("#", 18, "center", "rollover:images/linkhdr-w120.jpg:images/linkhdr-roll-w120.jpg", 0);
menus[0].addItem("#", 18, "left", "Alabama", 0);
menus[0].addItem("#", 18, "left", "Alaska", 0);
menus[0].addItem("http://arizonasites.com", "NEWWIN", 18, "left", "Arizona", 0);
menus[0].addItem("#", 18, "left", "Arkansas", 0);
//rest of the usstates in menu lineup
the menu display on the webpage just displays the first two items Alabama and Alaska, and cuts off there, not showing the Arizona item
????
chumley
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks