Call upon image in external HTML object

 So, I've managed to answer my own question, but thought people here might be interested.

I was going about this from a much more difficult approach. You can put javascript directly into an action, so I put an image on the page with an action of:

go to

web address

javascript:window.external.AddFavorite('http://gibberish.com', 'Internal Structure')

The javascript goes where you'd usually put the URL.

 

mrszev said:

I've got an external HTML object which bookmarks a particular URL in a course published to HTML. It's working great with text, but I'd like to direct users to click an image to set the bookmark... what URL do I use for an image in the course? Here is the HTML I'm using to set the bookmark... I need to replace the all-caps/italics portion to insert an image with the file name, "bookmark.jpg":



Discussions have been disabled for this post