ˇ@

Home 

javascript Programming Glossary: l_windowname

JavaScript window.open only if the window does not already exist

http://stackoverflow.com/questions/528671/javascript-window-open-only-if-the-window-does-not-already-exist

to the handler is function launchApplication l_url l_windowName var l_width screen.availWidth var l_height screen.availHeight.. ' l_height ' left 0' ' top 0' winRef window.open l_url l_windowName l_params winRef.moveTo 0 0 winRef.resizeTo l_width l_height.. return true return false function launchApplication l_url l_windowName var l_width screen.availWidth var l_height screen.availHeight..