Caro
08-29-2002, 08:42 PM
Hi,
I have a meu that is built using an Array.js that works great. But within that menu I want to be able to click on a choice and a popup window would appear. Now I tried using the following code but it keeps opening a popup whenever I refresh or I click on the other titles also.
Please help this is getting frustrating.
..
..
..
["Assistant Commissioner","ac-e.htm",1,0,1],
["Organization Chart", winpops=window.open("orgchart-e.htm"),1,0,1],
["Document Preparation Information","DocPrep-e.htm",1,0,1]
]
I have a meu that is built using an Array.js that works great. But within that menu I want to be able to click on a choice and a popup window would appear. Now I tried using the following code but it keeps opening a popup whenever I refresh or I click on the other titles also.
Please help this is getting frustrating.
..
..
..
["Assistant Commissioner","ac-e.htm",1,0,1],
["Organization Chart", winpops=window.open("orgchart-e.htm"),1,0,1],
["Document Preparation Information","DocPrep-e.htm",1,0,1]
]