version 1.97, 2003/05/23 13:56:39
|
version 1.98, 2003/05/23 16:37:30
|
Line 59 var currentSymb='';
|
Line 59 var currentSymb='';
|
var reloadSymb=''; |
var reloadSymb=''; |
var currentStale=1; |
var currentStale=1; |
var menucltim; |
var menucltim; |
var noclient=1; |
var noclient=0; |
|
|
var clockdelta=0; |
var clockdelta=0; |
|
|
Line 280 function go(url) {
|
Line 280 function go(url) {
|
currentURL = null; |
currentURL = null; |
currentSymb= null; |
currentSymb= null; |
clientwindow.window.location.href="http://"+clienthost+url; |
clientwindow.window.location.href="http://"+clienthost+url; |
|
noclient=0; |
} |
} |
} |
} |
|
|
Line 294 function gopost(url,postdata) {
|
Line 295 function gopost(url,postdata) {
|
this.document.server.url.value=''; |
this.document.server.url.value=''; |
this.document.server.postsymb.value=''; |
this.document.server.postsymb.value=''; |
this.document.server.submit(); |
this.document.server.submit(); |
|
noclient=0; |
} |
} |
} |
} |
|
|
Line 308 function gocmd(url,cmd) {
|
Line 310 function gocmd(url,cmd) {
|
this.document.server.url.value=currentURL; |
this.document.server.url.value=currentURL; |
this.document.server.postsymb.value=currentSymb; |
this.document.server.postsymb.value=currentSymb; |
this.document.server.submit(); |
this.document.server.submit(); |
|
noclient=0; |
} |
} |
} |
} |
|
|