version 1.75, 2002/11/12 18:20:33
|
version 1.76, 2002/11/12 20:11:10
|
Line 360 function extenddisp() {
|
Line 360 function extenddisp() {
|
'<html><body bgcolor="#666666" text="#DDDDDD" link="#666666">'+ |
'<html><body bgcolor="#666666" text="#DDDDDD" link="#666666">'+ |
'<h2>LON-CAPA Extended Display Remote Control</h2>'+ |
'<h2>LON-CAPA Extended Display Remote Control</h2>'+ |
'<script>var currentURL="'+currentURL+'";self.focus();</script>'+ |
'<script>var currentURL="'+currentURL+'";self.focus();</script>'+ |
'<table border="2">'); |
'<table border="2"><tr><th>Select Functionality from Below</th>'+ |
|
'<th>Description</th></tr>'); |
for (var i=0; i<=ds.length; i++) { |
for (var i=0; i<=ds.length; i++) { |
if (typeof(ds[i])!='undefined') { |
if (typeof(ds[i])!='undefined') { |
if (ds[i]!='') { |
if (ds[i]!='') { |
extdisp.document.writeln( |
extdisp.document.writeln( |
'<tr><td><a href="javascript:opener.'+ |
'<tr><td><a href="javascript:opener.'+ |
hr[i]+';self.close();"><img border="0" src="'+ |
hr[i]+';self.close();"><img border="0" src="'+ |
this.document['b'+i].src+'" /><br />'+ |
this.document['b'+i].src+'" /></a><br />'+ |
'<table hspace="0" border="0" cellspacing="1" cellpadding="0"><tr>'); |
'<table hspace="0" border="0" cellspacing="1" cellpadding="0"><tr>'); |
for (var j=0;j<=7;j++) { |
for (var j=0;j<=7;j++) { |
if (j<dt[i].length) { |
if (j<dt[i].length) { |