views:

111

answers:

1

When a user tries to bookmark one of my pages, I really want it to bookmark a different URL (in my case a tel:// URL -- on the iPhone). Is there a meta tag or something I can use to specify that the browser bookmark an alternate URL?

+2  A: 

Sure you can, here is how you can do it:

For exemple:

Click <a href="javascript:window.external.AddFavorite(' tel://URL', 'name of the site')">here</a> to add my site to your bookmark.

Does this help you ?

Jonathan Rioux
I believe that's IE only. I'm working strictly with Mobile Safari in this case. However, a generally cross-browser solution would be interesting.
Brian Westphal