[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages menu.html
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 11 Apr 2003 15:28:24 -0000
albertel Fri Apr 11 11:28:24 2003 EDT
Modified files:
/loncom/html/res/adm/pages menu.html
Log:
- mozilla in 'Standards Compliance' parsing mode finds the </script> I am not sure why, I thought the <!-- --> was to prevent that. . .
Index: loncom/html/res/adm/pages/menu.html
diff -u loncom/html/res/adm/pages/menu.html:1.93 loncom/html/res/adm/pages/menu.html:1.94
--- loncom/html/res/adm/pages/menu.html:1.93 Fri Apr 4 17:00:26 2003
+++ loncom/html/res/adm/pages/menu.html Fri Apr 11 11:28:23 2003
@@ -4,7 +4,7 @@
Remote Control
//
-// $Id: menu.html,v 1.93 2003/04/04 22:00:26 www Exp $
+// $Id: menu.html,v 1.94 2003/04/11 15:28:23 albertel Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -369,7 +369,7 @@
'<html><body bgcolor="#666666" text="#DDDDDD" link="#EEEEEE" '+
'onUnload="opener.w_extdisp_flag=-1;">'+
'<h2>LON-CAPA Extended Display Remote Control</h2>'+
- '<script>var currentURL="'+currentURL+'";self.focus();</script>'+
+ '<script type="text/javascript">var currentURL="'+currentURL+'";self.focus();</s'+'cript>'+
'<table border="2"><tr><th>Select Functionality from Below</th>'+
'<th>Description</th></tr>');
for (var i=0; i<=ds.length; i++) {