¡@

Home 

javascript Programming Glossary: winref

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

width ' l_width ' height ' l_height ' left 0' ' top 0' winRef window.open l_url l_windowName l_params winRef.moveTo 0 0 winRef.resizeTo.. ' top 0' winRef window.open l_url l_windowName l_params winRef.moveTo 0 0 winRef.resizeTo l_width l_height EDIT Thanks for.. window.open l_url l_windowName l_params winRef.moveTo 0 0 winRef.resizeTo l_width l_height EDIT Thanks for the replies I modified..