version 1.17, 2001/01/04 19:51:04
|
version 1.18, 2001/01/17 16:22:28
|
Line 5 Remote Control
|
Line 5 Remote Control
|
6/12/00,6/13,6/14,6/15 Gerd Kortemeyer |
6/12/00,6/13,6/14,6/15 Gerd Kortemeyer |
Sept Ben Tyszka |
Sept Ben Tyszka |
10/2,10/3,10/4,10/17,10/19,3/1/1 Gerd Kortemeyer |
10/2,10/3,10/4,10/17,10/19,3/1/1 Gerd Kortemeyer |
|
Jan Guy Albertelli |
|
5/1/1 Gerd Kortemeyer |
--> |
--> |
<head> |
<head> |
<title>LON-CAPA Remote</title> |
<title>LON-CAPA Remote</title> |
Line 38 function logout () {
|
Line 40 function logout () {
|
|
|
function display(utext,ltext) { |
function display(utext,ltext) { |
var i; var ch; |
var i; var ch; |
|
this.window.focus(); |
for (i=0;i<=7;i++) { |
for (i=0;i<=7;i++) { |
if (i<utext.length) { |
if (i<utext.length) { |
ch=utext.charAt(i); |
ch=utext.charAt(i); |