version 1.9, 2000/10/04 23:01:52
|
version 1.10, 2000/10/05 15:31:42
|
Line 29 function windowcheck() {
|
Line 29 function windowcheck() {
|
} |
} |
|
|
function logout () { |
function logout () { |
if (( |
windowcheck(); |
clientwindow.window.location.href!="http://"+clienthost+"/adm/logout" |
if (clientwindow.status!='MenuControl:nologout') |
) && ( |
{ |
clientwindow.window.location.href!="http://"+clienthost+"/adm/authenticate" |
|
)) |
|
{ |
|
windowcheck(); |
|
clientwindow.window.location.href="http://"+clienthost+"/adm/logout"; |
clientwindow.window.location.href="http://"+clienthost+"/adm/logout"; |
} |
} |
} |
} |
Line 74 function setstatus(tp,bt) {
|
Line 70 function setstatus(tp,bt) {
|
} |
} |
|
|
function go(url) { |
function go(url) { |
|
windowcheck(); |
this.document['led'].src="ledsend.gif"; |
this.document['led'].src="ledsend.gif"; |
if (url!='') { |
if (url!='') { |
windowcheck(); |
|
clientwindow.window.location.href="http://"+clienthost+url; |
clientwindow.window.location.href="http://"+clienthost+url; |
} |
} |
} |
} |
|
|
function gopost(url,postdata) { |
function gopost(url,postdata) { |
|
windowcheck(); |
this.document['led'].src="ledsend.gif"; |
this.document['led'].src="ledsend.gif"; |
if (url!='') { |
if (url!='') { |
windowcheck(); |
|
this.document.server.action="http://"+clienthost+url; |
this.document.server.action="http://"+clienthost+url; |
this.document.server.postdata.value=postdata; |
this.document.server.postdata.value=postdata; |
this.document.server.submit(); |
this.document.server.submit(); |
Line 219 function edit_bookmarks() {
|
Line 215 function edit_bookmarks() {
|
|
|
<MAP NAME="endmenuMap"> |
<MAP NAME="endmenuMap"> |
<AREA SHAPE="rect" COORDS="76,1,131,19" |
<AREA SHAPE="rect" COORDS="76,1,131,19" |
href="javascript:window.close();" |
href="javascript:logout();" |
onMouseOver="display('logout','');" |
onMouseOver="display('logout','');" |
> |
> |
<AREA SHAPE="rect" COORDS="39,0,69,19" |
<AREA SHAPE="rect" COORDS="39,0,69,19" |
Line 238 function edit_bookmarks() {
|
Line 234 function edit_bookmarks() {
|
|
|
<MAP NAME="navmenuMap"> |
<MAP NAME="navmenuMap"> |
<AREA SHAPE="rect" COORDS="86,24,110,80" |
<AREA SHAPE="rect" COORDS="86,24,110,80" |
href="javascript:gopost('/adm/flip', |
href="javascript:windowcheck();gopost('/adm/flip', |
'forward:'+clientwindow.window.location.href);" |
'forward:'+clientwindow.window.location.href);" |
onMouseOver="display('go','forward');" |
onMouseOver="display('go','forward');" |
> |
> |
<AREA SHAPE="rect" COORDS="20,23,44,81" |
<AREA SHAPE="rect" COORDS="20,23,44,81" |
href="javascript:gopost('/adm/flip', |
href="javascript:windowcheck();gopost('/adm/flip', |
'back:'+clientwindow.window.location.href);" |
'back:'+clientwindow.window.location.href);" |
onMouseOver="display('go','back');" |
onMouseOver="display('go','back');" |
> |
> |
<AREA SHAPE="rect" COORDS="35,72,95,97" |
<AREA SHAPE="rect" COORDS="35,72,95,97" |
href="javascript:gopost('/adm/flip', |
href="javascript:windowcheck();gopost('/adm/flip', |
'down:'+clientwindow.window.location.href);" |
'down:'+clientwindow.window.location.href);" |
onMouseOver="display('go level','down');" |
onMouseOver="display('go level','down');" |
> |
> |
<AREA SHAPE="rect" COORDS="36,7,94,31" |
<AREA SHAPE="rect" COORDS="36,7,94,31" |
href="javascript:gopost('/adm/flip', |
href="javascript:windowcheck();gopost('/adm/flip', |
'up:'+clientwindow.window.location.href);" |
'up:'+clientwindow.window.location.href);" |
onMouseOver="display('go level','up');" |
onMouseOver="display('go level','up');" |
> |
> |