Jump to content

Bookmark Page / Add Favorite


Guest jdw

Recommended Posts

I want to provide users of my page with a link or button which will allow them to bookmark a particular URL in their browser. In IE it's easy - I just have the link/button execute:

	java script:window.external.AddFavorite(URL,Description)

But is there a way to do it in other browsers (Firefox, Safari etc.)? The only way I have so far discovered is to make a link pointing to the desired URL, then instruct the user to right-click the link and select "Bookmark this link" from the dropdown.Does a better way exist?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...