--- loncom/html/res/adm/pages/menu.html 2001/03/21 15:56:57 1.23
+++ loncom/html/res/adm/pages/menu.html 2001/05/01 03:44:41 1.24
@@ -9,6 +9,7 @@ Jan Guy Albertelli
5/1/1 Gerd Kortemeyer
2/19 Guy Albertelli
3/21 Gerd Kortemeyer
+4/30 Ben Tyszka
-->
LON-CAPA Remote
@@ -120,8 +121,21 @@ function annotate() {
function set_bookmark() {
go('');
- prompt("Please enter a name for this bookmark.",
- clientwindow.window.location.href);
+ clienttitle="Enter Title";
+ clienthref="Enter Address";
+ bmquery=window.open('','bmquery','width=365,height=165,scrollbars=0');
+ bmquery.document.write(
+ "");
+ bmquery.document.close();
}
function edit_bookmarks() {