From: Nick J. <nje...@us...> - 2002-03-02 08:13:35
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv15300/templates Modified Files: sandbox.html Log Message: * modified vcs output popup window. Index: sandbox.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/sandbox.html,v retrieving revision 1.14 retrieving revision 1.15 diff -U2 -r1.14 -r1.15 --- sandbox.html 28 Feb 2002 07:46:20 -0000 1.14 +++ sandbox.html 2 Mar 2002 08:13:32 -0000 1.15 @@ -1,2 +1,10 @@ +<script language="JavaScript"> +<!-- + window.name = "mainWindow"; + function myOpenWindow() { + window.open('about:blank','popUp','width=400,height=300,scrollbars=yes,resizable=yes'); + } +--> +</script> <tr> <tr> @@ -20,5 +28,5 @@ - <form name="module" submit="<TMPL_VAR NAME=PROGNAME>"> + <form name="module" submit="<TMPL_VAR NAME=PROGNAME>" onsubmit="myOpenWindow()" target="popUp"> <input type="hidden" name="action" value="sandbox" /> <tr> |