PDA

View Full Version : Add bookmark on a Mac


MrPink
09-20-2002, 07:30 PM
Hi there,

To bookmark a site, I use this script:

function addbookmark()
{
var bookmarkurl="http://www.zwietart.nl";
var bookmarktitle="Zwiet Art Reclame"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

It works fine on a PC, but it doesn't on a Mac!

Any idea why this doesn't work on a Mac?

T.I.A

MrPink

brothercake
09-21-2002, 02:59 PM
Because it's proprietary to Windows/IE