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 >
Wrap
Text File
|
1999-10-03
|
450b
|
16 lines
<HTMLtool>This script provides a link that adds a page to the users bookmarks</HTMLtool>
<script language="JavaScript">
//configure the two variables below to match your site's own info
var bookmarkurl="http://www.lograf.com/"
var bookmarktitle="Lorenz Graf's HTMLtool"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
</script>
<a href="javascript:addbookmark()">
<p>Bookmark this site!</a> </p>