I want a link to bookmark a page. i got the javascript but don't know where to insert because the link to bookmark is a rollover image. can anybody help me please. this is the code:
" <a href="javascript:window.external.AddFavorite('http://www.xyz.com')">Bookmark</a> "
Last edited:
The views expressed on this page by users and staff are their own, not those of NamePros.
You would need to post your javascript to get help applying just that javascript onto anything. Most probably all you need is a onclick attribute on the IMG element calling the javascript function.