window opening problem..... weird
this is the button actions:
on (release) {
getURL ("java script:window.open('community.htm', 'newWin', 'fullscreen=yes', 'scrollbars=yes,status=no')");
}
It opens the correct window with the called for attributes, but when i close the popup...
I trying to get the window to open with the specified characteristics:
window.open('community.htm', 'newWin', 'fullscreen=yes', 'scrollbars=yes,status=no');");
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.