--- loncom/html/res/adm/pages/menu.html 2001/06/03 18:33:54 1.33 +++ loncom/html/res/adm/pages/menu.html 2001/06/08 20:01:45 1.34 @@ -11,7 +11,7 @@ Jan Guy Albertelli 3/21 Gerd Kortemeyer 4/30 Ben Tyszka 5/2 Scott Harrison -5/4,5/9,5/28,5/30,6/1,6/2,6/3 Gerd Kortemeyer +5/4,5/9,5/28,5/30,6/1,6/2,6/3,6/8 Gerd Kortemeyer --> LON-CAPA Remote @@ -167,6 +167,20 @@ function gopost(url,postdata) { if (url!='') { this.document.server.action="http://"+clienthost+url; this.document.server.postdata.value=postdata; + this.document.server.command.value=''; + this.document.server.url.value=''; + this.document.server.submit(); + } +} + +function gocmd(url,cmd) { + windowcheck(); + this.document['led'].src="ledsend.gif"; + if (url!='') { + this.document.server.action="http://"+clienthost+url; + this.document.server.postdata.value=''; + this.document.server.command.value=cmd; + this.document.server.url.value=currentURL; this.document.server.submit(); } } @@ -317,8 +331,10 @@ function catalog_info() { >
- -
+ + + +