|
Posted by Tips on 12/06/06 22:35
Marco wrote:
> Hi there,
> I'd like to start a program from a html-page. The programs (like for
> example Outlook 2003) are on the same computer as the html-page.
> So it's only for use on a local computer. The program is on C:\Program
> Files, but what is the syntax i have to put in the hyperlink <a
> href="????"> And is it possible at all? Can someone help me out here?
> Thanks in advance.
> Marco
If you want to start their mail program to send an email, use a link like
this:
<a href="mailto:emailaddress@email.invalid">
Replace that fake email address with your email.
Clicking on that link would open the user's email client.
The only drawback to putting your email on a web page is that it would
expose your email address to email harvesting programs.
You generally can't count on starting other programs on their computer,
unless the computer is configured to open certain links with certain
programs. Another example would be "webcal" links.
--
http://tips.webdesign10.com/
Navigation:
[Reply to this message]
|