From: Nick J. <nje...@us...> - 2002-03-12 05:11:50
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv8307 Added Files: openwindow.js Log Message: * openwindow.js - javascript function for opening a popup window --- NEW FILE --- window.name = "mainWindow"; function myOpenWindow() { window.open('about:blank','popUp','width=400,height=300,scrollbars=yes,resizable=yes'); } |