--- loncom/html/res/adm/pages/menu.html 2000/09/05 04:57:52 1.3 +++ loncom/html/res/adm/pages/menu.html 2000/09/19 14:54:43 1.4 @@ -25,7 +25,7 @@ function windowcheck() { } } -function logout () { +function logout() { windowcheck(); clientwindow.window.location.href="http://"+clienthost+"/adm/logout"; } @@ -71,7 +71,7 @@ function go(url) { function annotate() { go(''); - window.open("http://kirk.lite.msu.edu/adm/annotations/?url_new="+clientwindow.window.location.href, "Annotator", "width=365,height=265,scrollbars=0"); + window.open("http://kirk.lite.msu.edu/adm/annotations/?url_new="+clientwindow.location.href, "Annotator", "width=365,height=265,scrollbars=0"); } function set_bookmark() { @@ -81,7 +81,7 @@ function set_bookmark() { function edit_bookmarks() { go(''); - window.open("bookmarkmenu/bookmarkpal.html", "BookmarkPal", "width=400,height=505,scrollbars=0"); + window.open("http://kirk.lite.msu.edu/adm/bookmarks","BookmarkPal", "width=400,height=505,scrollbars=0"); }