I used some code i to create a pop up window when any of the items on a list was selected. the problem now is that after clicking one of the links and and the new window appears, another window cannot open unless the first window is closed. heres the code i used.
[AS]on (release) {
// customize the window that gets opened
// 0 equals NO.
// 1 equals YES.
address = “Utech_2002_Finalfete.html”;
target_winName = “Digicel”;
width = 544;
height = 394;
toolbar = 0;
location = 0;
directories = 0;
status = 0;
menubar = 0;
scrollbars = 0;
resizable = 0;
// sends data back to the function
openWinCentre(address, target_winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable);
}
{[/AS]
thnx for the help (if offered) :trout: