Searched refs:hWnd (Results 1 – 1 of 1) sorted by relevance
20 var hWnd = null; variable34 return null!=hWnd && !hWnd.closed;51 if (!hWnd || hWnd.closed) {52 …hWnd = (window.showModelessDialog||window.open)(p+"vk_popup.html",window.showModelessDialog?window…64 if (!hWnd) return false;65 if (!hWnd.VirtualKeyboard.isOpen()) hWnd.VirtualKeyboard.hide();66 hWnd.close();67 hWnd = null;70 hWnd.VirtualKeyboard.show( document.getElementById(tgt)71 ,hWnd.document.body[all …]