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
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