Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv15359/templates
Modified Files:
popup.html
Log Message:
* now the popup will reload the parent when the popup page is finished loading
Index: popup.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/popup.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -U2 -r1.1 -r1.2
--- popup.html 2 Mar 2002 05:12:16 -0000 1.1
+++ popup.html 2 Mar 2002 08:14:10 -0000 1.2
@@ -14,5 +14,5 @@
-->
</style>
- <body bgcolor="#EEEEEE" link="#3344AA" vlink="#3344AA">
+ <body bgcolor="#EEEEEE" link="#3344AA" vlink="#3344AA" onLoad="window.open('<TMPL_VAR NAME=PREVIOUS_URL>', 'mainWindow')">
<table border="0" align="center" width="100%" cellpadding="4" cellspacing="0">
|