'window.external' is null or not an object?

He has: 296 posts

Joined: May 2002

I'm trying to make an Add to your Favorites link, and I've got the code. But I get this error:

'window.external' is null or not an object
'

my code:

    <HTML>
    <HEAD>
    <TITLE>ADD To Favs</TITLE>
    </HEAD>
    <BODY><A HREF='#' onclick='window.external.AddFavorite(this.location, "Anitrade.net");return false'>Add to Favories</A></BODY>
    </HTML>
'

It works on other sites fine, just not here.

[James Logsdon]