I am trying to create a code for add a page to the favorite but
"AddFavorite" not appears in the following function: javascript:
window. external. AddFavorite? In javascript:window.external. does
not appear more options. The page is an aspx.
|
|
0
|
|
|
|
Reply
|
daniltonwill (1)
|
3/23/2007 4:56:13 PM |
|
DaniltonW said the following on 3/23/2007 12:56 PM:
> I am trying to create a code for add a page to the favorite but
> "AddFavorite" not appears in the following function: javascript:
> window. external. AddFavorite?
addfavorite is case insensitive, it doesn't matter how you case it.
> In javascript:window.external. does not appear more options.
There are, you just can't iterate them.
> The page is an aspx.
Totally irrelevant.
--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
|
|
0
|
|
|
|
Reply
|
Randy
|
3/23/2007 7:13:30 PM
|
|