Snippets

Here is your code snippet

Code


Add to favorites

Add to favorites example using a button

<FORM>
<INPUT TYPE="button" VALUE="Add to Favorites" onClick='window.external.AddFavorite(location.href, document.title);'>
</FORM>