Link to home
Start Free TrialLog in
Avatar of eugene007
eugene007

asked on

Add To Favorites

How do i add the URL of my website into the favorites by clicking on the special link on my website. Please give me the codings.

note: This feature can be found in your browser under the favorites menu.

regards

Eugene

ASKER CERTIFIED SOLUTION
Avatar of chteril
chteril

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Le_Ron
Le_Ron

You could also have done :

<a href="http://www.hotmail.com" onClick='window.external.AddFavorite("http://www.hotmail.com","test")'>hotmail</a>
Avatar of knightEknight
or even:

<A href="http://www.hotmail.com/" onClick='window.external.AddFavorite(this.href,"test");return(true);'>hotmail</a>

____________________________________________________________________________________________
Avatar of eugene007

ASKER

I accept everyones answer..:)
Thanks..:)

Regards
Eugene