PDA

View Full Version : Bookmark page?



petad
03-11-2007, 14:36
Hi

I've got this bit of java code behind a button on my home page to allow someone to bookmark our page:

javascript:window.external.AddFavorite('http://www.fatbananafeet.com', 'Fat Banana Feet')

Works fine in IE. but when I try clicking the button from Firefox, nothing happens.

Any suggestions welcome...

Pete

Rich
04-11-2007, 19:01
You're probably not using a multi-browser script, try something like this:

http://www.dynamicdrive.com/dynamicindex9/addbook.htm

petad
05-11-2007, 14:59
Worked a treat, thanks Rich