--- loncom/html/res/adm/pages/menu.html 2001/08/16 02:21:58 1.38 +++ loncom/html/res/adm/pages/menu.html 2001/11/29 19:26:25 1.40 @@ -2,6 +2,33 @@ LON-CAPA Remote @@ -131,15 +159,15 @@ function defdis() { function switchbutton(row,col,imgsrc,texttop,textbot,action) { var idx=10*row+col; - this.document['b'+idx].src=imgpath+imgsrc; + this.document['b'+idx].src="http://"+clienthost+imgpath+imgsrc; hr[idx]=action; dt[idx]=texttop; db[idx]=textbot; -} +} function clearbut(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();'; dt[idx]=''; db[idx]='';