Click to See Complete Forum and Search --> : Heirmenus
creo29
04-10-2003, 03:31 PM
Is there a way to have the the Test page open in a new window.
HM_Array1 = [
[220,365,125,
,,,,,,,,,,,,,,,,
1,true],
["Test","test.htm",1,0,0]
]
SniperX
04-11-2003, 07:06 AM
Can you please supply more info on what you are talking about - what you have posted in this thread makes no sense unless you want to just open a plain new window - window.open(url).
Regards
MW
creo29
04-14-2003, 09:06 AM
OK here is the code in the HM_Array.js
HM_Array1 = [
[300,210,125,,,,,,,,,,,,,,,,,
1,true],
["Other Links","other.html",1,0,0],
]
when you click on "Other Links" I want the Other Links page to open a separate window.
SniperX
04-15-2003, 12:01 AM
Hey - window.open(url)
always opens in a new window.
Regards
creo29
04-15-2003, 04:23 PM
when I put the window.open in there
HM_Array4 = [
[220,460,112,
,,,,,,,,,,,,,,,,
1,true],
["About MO",window.open("http://www.mo.org"),1,0,0],
]
nothing happens unless I click refresh on the page.