Your English is certainly better than my Polish. The HV Menu's link can be targeted using the 'javascript:' convention -
This use would target a frame named 'main' on the top page (usually the frameset):
Code:
Menu2_1_3=new Array("MSNBC","javascript:top.main.location.href='http://www.msnbc.com'","",0);
This one opens a new window:
Code:
Menu2_1_5=new Array("Canadian News","javascript:window.open('http://news.bbc.co.uk')","",2);
This one would replace the entire frameset:
Code:
Menu2_1_3=new Array("MSNBC","javascript:top.location.href='http://www.msnbc.com'","",0);
Bookmarks