Show IP Address
If you want people to be able to quickly and easily click a button on your site to be added to their favourites then use this simple script. Example: Click to add site to favorites
Just copy and paste the following script where you would like it to appear (change only 'URL' and 'SITE NAME'):
<a href="javascript:window.external.AddFavorite('URL',%20'SITE NAME')">Add my site to your favorites!</a>
Back