View Single Post
  #2 (permalink)  
Old 01-22-2003, 04:09 PM
ReNeGaDe ReNeGaDe is offline
Member
 
Join Date: Nov 2002
Location: Michigan, USA
Posts: 359
Send a message via AIM to ReNeGaDe
well heres the script:
Code:
<script language="JavaScript1.2">

//configure the two variables below to match yoursite's own info
var bookmarkurl="http://nukemods.com"
var bookmarktitle="Title here"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

</script>
then add a link like this wherever youd like it to appear (probably someplace in your header.html or theme.php)

Bookmark this site!

the only thing im not sure on with nuke is where you would add the scripting, somone can help me with that oat
Reply With Quote