I'm trying to open then close a remote control window using code like:
function showRemote() {
self.name = "main";
var windowprops = "height=420,width=524";
OpenWindow = window.open("xxx.htm","remote",windowprops);
}
And:
function closeRemote() {...
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.