You'll need javascript to do this:
Step 1:
Copy this code into the <HEAD> section using the Page HTML tool of BlueVoda:
<SCRIPT LANGUAGE="JavaScript">
function addbookmark()
{
bookmarkurl="http://www.bluevoda.com"
bookmarktitle="My Favorite Web Builder"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarkti tle)
}
</SCRIPT>
Step 2:
Add a link and enter this URL:
javascript:addbookmark()
Or
Add an Advanced Button (Insert|Form|Advanced Button)
Change the properties to:
Button type: OnClick
OnClick action: Execute JavaScript function
OnClick value: addbookmark()
Forum Moderator
BlueVoda Specialist