I have an actionscript to bookmark a page, however, it only works in Explorer. This is the code:
Is there a code that would work in both IE and Firefox?PHP Code:on (release)
{
getURL("javascript:window.external.AddFavorite(\'http://www.flashkit.com\',\'Flash Kit\')");
}
