javascript Programming Glossary: l_url
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 code attached to the handler is function launchApplication l_url l_windowName var l_width screen.availWidth var l_height screen.availHeight.. height ' l_height ' left 0' ' top 0' winRef window.open l_url l_windowName l_params winRef.moveTo 0 0 winRef.resizeTo l_width.. value return true return false function launchApplication l_url l_windowName var l_width screen.availWidth var l_height screen.availHeight..
|