window.external.AddFavorite - ???
I have an application that automatically sends an e-mail to an address and wirtes the following line into its body content:
<center><b><font face=Arial><a href=javascript:window.external.AddFavorite('ftp://" & strRegResult & "/', 'Datenaustausch');>Click here to update your Favorites</a></font></b></center>
strRegResult could be any IP address or domain name.
The problem:
If someone gets this mail and clicks on the hyperlink, a window opens and sends out an error message.
I gues this doesn't work in Outlook or Outlook Express.
Any ideas how to solve this? thx