version 1.38, 2001/08/16 02:21:58
|
version 1.39, 2001/08/24 15:33:59
|
Line 13 Jan Guy Albertelli
|
Line 13 Jan Guy Albertelli
|
5/2 Scott Harrison |
5/2 Scott Harrison |
5/4,5/9,5/28,5/30,6/1,6/2,6/3,6/8,6/15,6/16 Gerd Kortemeyer |
5/4,5/9,5/28,5/30,6/1,6/2,6/3,6/8,6/15,6/16 Gerd Kortemeyer |
7/24,8/6 Scott Harrison |
7/24,8/6 Scott Harrison |
|
8/24 Gerd Kortemeyer |
--> |
--> |
<head> |
<head> |
<title>LON-CAPA Remote</title> |
<title>LON-CAPA Remote</title> |
Line 131 function defdis() {
|
Line 132 function defdis() {
|
|
|
function switchbutton(row,col,imgsrc,texttop,textbot,action) { |
function switchbutton(row,col,imgsrc,texttop,textbot,action) { |
var idx=10*row+col; |
var idx=10*row+col; |
this.document['b'+idx].src=imgpath+imgsrc; |
this.document['b'+idx].src="http://"+clienthost+imgpath+imgsrc; |
hr[idx]=action; |
hr[idx]=action; |
dt[idx]=texttop; |
dt[idx]=texttop; |
db[idx]=textbot; |
db[idx]=textbot; |
} |
} |
|
|
function clearbut(row,col) { |
function clearbut(row,col) { |
var idx=10*row+col; |
var idx=10*row+col; |
this.document['b'+idx].src=imgpath+'empty.gif'; |
this.document['b'+idx].src="http://"+clienthost+imgpath+'empty.gif'; |
hr[idx]='javascript:defdis();'; |
hr[idx]='javascript:defdis();'; |
dt[idx]=''; |
dt[idx]=''; |
db[idx]=''; |
db[idx]=''; |