Index: openacs-4/packages/acs-templating/www/resources/htmlarea/popups/custom2.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/htmlarea/popups/custom2.html,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/resources/htmlarea/popups/custom2.html 4 Mar 2004 18:32:14 -0000 1.1 +++ openacs-4/packages/acs-templating/www/resources/htmlarea/popups/custom2.html 30 Jan 2005 16:13:32 -0000 1.2 @@ -1,35 +1,69 @@ - - - Select Phrase - - - +var myTitle = window.dialogArguments; -
-
+document.title = myTitle; - + - + -
-
+function returnSelected() { + + var idx = document.all.textPulldown.selectedIndex; + + var text = document.all.textPulldown[idx].text; + + + + window.returnValue = text; // set return value + + window.close(); // close dialog + +} + + + + + + + + + + + +
+ +
+ + + + + + + + + + + +
+ +
+ \ No newline at end of file