Search found 2 matches

by hippysalamanca
Tue Aug 20, 2002 5:53 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: menu greater than window
Replies: 0
Views: 2074

menu greater than window

what can i do if the vertical size of the menu is greater than the window size. Can i split the menu in 2 ?

There's other solution?


thanks in advance
by hippysalamanca
Tue Jun 25, 2002 1:00 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: load two pages with one link
Replies: 1
Views: 2022

I modifyed this function like this

function openwin(url,url2)
{
nwin=window.open(url,"bottom");
window.open(url2,"up");
nwin.focus();
}



and the menus are this way
addmenu(menu=["estructura",,,170,1,"",menu1,,"",effect,,,,,,,,,,,,
,"Presidencia y Coordinación", "javascript:openwin ...