bitsnstuff
12th January 2006, 12:45
Would anyone in the know, please be able to tell me if this code it correct :-
</style><script language="JavaScript1.2">
var bookmarkurl="http://www.kjbeckett.com";
var bookmarktitle="KJ Beckett - Mens Accessories";
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarkti tle);
}
</script><script language="JavaScript" type="text/JavaScript">
My plan was to put in on the homepage with a image with alt tag, so that people can bookmark my site.
Am I getting the gist this, or am I way off the mark?
Kate :?
</style><script language="JavaScript1.2">
var bookmarkurl="http://www.kjbeckett.com";
var bookmarktitle="KJ Beckett - Mens Accessories";
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarkti tle);
}
</script><script language="JavaScript" type="text/JavaScript">
My plan was to put in on the homepage with a image with alt tag, so that people can bookmark my site.
Am I getting the gist this, or am I way off the mark?
Kate :?