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