[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages menu.html

www lon-capa-cvs@mail.lon-capa.org
Tue, 12 Nov 2002 18:20:33 -0000


www		Tue Nov 12 13:20:33 2002 EDT

  Modified files:              
    /loncom/html/res/adm/pages	menu.html 
  Log:
  Cool - you can make a one-time-use function if you name a window handler
  the same name.
  
  
Index: loncom/html/res/adm/pages/menu.html
diff -u loncom/html/res/adm/pages/menu.html:1.74 loncom/html/res/adm/pages/menu.html:1.75
--- loncom/html/res/adm/pages/menu.html:1.74	Tue Nov 12 11:31:40 2002
+++ loncom/html/res/adm/pages/menu.html	Tue Nov 12 13:20:33 2002
@@ -4,7 +4,7 @@
 Remote Control
 
 //
-// $Id: menu.html,v 1.74 2002/11/12 16:31:40 www Exp $
+// $Id: menu.html,v 1.75 2002/11/12 18:20:33 www Exp $
 //
 // Copyright Michigan State University Board of Trustees
 //
@@ -351,7 +351,7 @@
    bmquery.document.close();
 }
 
-function extdisp() {
+function extenddisp() {
    go('');
    extdisp=window.open("http://"+clienthost+"/adm/rat/empty.html",
                "ExtDisp", "width=400,height=450");
@@ -427,7 +427,7 @@
 </center>
 
 <center>
-<a href="javascript:extdisp();"
+<a href="javascript:extenddisp();"
    onMouseOver="defdis();"
 ><img width="104" height="10" border="0" src="spacer.gif" /></a>
 </center>