Annotation of loncom/html/res/adm/pages/bookmarkmenu/index.html, revision 1.1
1.1 ! tyszkabe 1: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
! 2: <html>
! 3:
! 4:
! 5:
! 6: <script language="JavaScript">
! 7:
! 8: function popupPage(url, name) {
! 9: popupWin = window.open(url, name, 'width=400,height=505,scrollbars=0');
! 10: }
! 11:
! 12: </script>
! 13:
! 14:
! 15:
! 16: <head>
! 17: <title>This'll get that other thing going!</title>
! 18: </head>
! 19:
! 20:
! 21: <body>
! 22: <h1>This'll get that other thing going!</h1>
! 23:
! 24: <BR><hr>
! 25: <!-- <A href="javascript:popupPage('annotation.html', 'TheAnnotator')">Click Here</A>!!<BR><BR>
! 26: <A href="javascript:popupPage('annotation_wframes.html', 'FramesAnnotator')">or Here</A>!<BR><BR> -->
! 27: <A href="javascript:popupPage('bookmarkpal.html', 'FramesAnnotator')">Here</A>!
! 28: <hr>
! 29: <address><a href="mailto:tyszkabe@carbide.egr.msu.edu">Benjamin Tyszka</a></address>
! 30: <!-- Created: Mon Jul 3 00:10:17 EDT 2000 -->
! 31: <!-- hhmts start -->
! 32: Last modified: Tue Jul 11 04:48:32 EDT 2000
! 33: <!-- hhmts end -->
! 34: </body>
! 35: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>