hey guys,
i have tried searching the forum but there was nothing that could me fix this problem.
i have one stubborn problem that i can’t fix. i want to have a diffenrent pop up window to every buttons. i have 3 buttons that that shared the same pop window and another button to have its own pop up window. however, for some reason the button that i want to have its own button still shared with the other three buttons.
i tried giving the pop up window a different name but it’s not doing anything.
here is the code for the three buttons
Code: on (release) {
getURL (“javascript:Window2=window.open(‘futura continue.html’,’ newWin’,‘width=624,height=441,left=325,top=180,too lbar=No,location=No,scrollbars=No,status=No,resiza ble=No,fullscreen=No’); NewWindow.focus();void(0);”);
}
here is the code i want to have a diffrent pop up window
Code: on (release) {
getURL (“javascript:Window=window.open(‘sane.html’,’ newWin’,‘width=1134,height=401,left=70,top=190,too lbar=No,location=No,scrollbars=No,status=No,resiza ble=No,fullscreen=No’); NewWindow.focus();void(0);”);
}
as you can see the last code for the size of the window is much larger
cheers,
samboy