home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / Komunik / Webscr / HTMLtool / _SETUP.1 / Bookmark.scp < prev    next >
Text File  |  1999-10-03  |  450b  |  16 lines

  1. <HTMLtool>This script provides a link that adds a page to the users bookmarks</HTMLtool>
  2. <script language="JavaScript">
  3.  
  4. //configure the two variables below to match your site's own info
  5. var bookmarkurl="http://www.lograf.com/"
  6. var bookmarktitle="Lorenz Graf's HTMLtool"
  7.  
  8. function addbookmark(){
  9. if (document.all)
  10. window.external.AddFavorite(bookmarkurl,bookmarktitle)
  11. }
  12. </script>
  13. <a href="javascript:addbookmark()">
  14.  
  15.  
  16. <p>Bookmark this site!</a> </p>