Does anyone have working "add to favorites" code that works in IE and FF ? I cant find one anywhere that works. thanks jay
I think the days of Javascript that can do that are long gone due to so much abuse. I really wouldn't worry about it. People know how to use the favorite button if they want to.
I use simple javascript for mine. With PHP it might invlove editing a few more files and a little tweak. I have IE7, so I have no clue about FireFox. <a href="javascript:window.external.AddFavorite('FULL URL HERE', 'NAME OF SITE HERE')" /a>Bookmark This Website</a>
just wanted to say i searched for over a month for this and finally found it and it works. i got the code that adds to favorites in IE, FF, and Opera. thanks jay