IE - Create entry in Favorites through email hotspot

Is it possible to use a hotspot in an email memo that when clicked will automatically generate an entry in favorites in IE? We are getting a javascript syntax error when it is run as a URL

Here is the code we are trying:

bookmark link

Subject: IE - Create entry in Favorites through email hotspot

Are you trying to do this from within Notes? If so, then the window.open will work (it will try to raise a dialogbox-type window), but the rest is way outside the Notes object model. You would have to open IE to a page that allows the user to add a favorite.

Subject: RE: IE - Create entry in Favorites through email hotspot

window.open(‘javascript:window.external.AddFavorite('http://example.com', 'Bookmark')’);

Yes, we are trying to do this in a Notes email

Tried this and was not successful. Any thoughts?

Thanks.

Subject: RE: IE - Create entry in Favorites through email hotspot

Could you just throw a link file to Documents and Settings\User\Favorites\Links?