|
|||||||
|
|
|
|||||
|
|
|||||||
Do you know how to bookmark a website URL when a user browse your page and add your URL into his own local Favorite Folder? The answer is very simple, as shown below:
Codes as following:
<a onclick="window.external.addFavorite('http://www.mydomain.com','Programming & Development Hut')" href="index.htm" target="_top" Title="Bookmark ME!">
<img src="images/bookmark3.gif" width="80" height="48" alt="bookmark3.gif (1194 bytes)">
</a>
Pls test it:
The following is another example:
Pls test it:<a href="javascript:window.external.AddFavorite("http://www.developersdomain.com","Developer's Domain")"><b>Add to Favorites</b></a>
Copyright (c) 1999 - 2001, robert han, all rigths are reserved.