PantherRun
Technical User
Hey out there;
Oldnewbie gave me this code to close a movie window and return me to my base web page...
on (release) {
getURL("javascript:window.close();");
}
It works great, but everytime this code is triggered a pop up window snaps up saying "so an so is trying to close a window, proceed, yes or no, ect.", sort of thing.
Is there a version of this code that will JUST CLOSE the window and not ask for input from the reader?
Hoss
Oldnewbie gave me this code to close a movie window and return me to my base web page...
on (release) {
getURL("javascript:window.close();");
}
It works great, but everytime this code is triggered a pop up window snaps up saying "so an so is trying to close a window, proceed, yes or no, ect.", sort of thing.
Is there a version of this code that will JUST CLOSE the window and not ask for input from the reader?
Hoss