PDA

View Full Version : HTML


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 :?

m3i
12th January 2006, 14:53
I'm happy to help - the code is lacking some important bits, but if you email me the page I can fix it for you if you like?

K