| ToC ~ Up ~ Prev ~ Next ~ Index |
Introduction to HTML Last Update: 5 January 1998 |
The Mailto URL allows mail to be sent do a designated target. The format for Mailto is straightforward:
mailto:user@host
where user is the user name of the person you wish to mail to and host is the name of the machine.
The mailto URL is not supported by all WWW browsers, in particular experimental versions of Mosaic produced by NCSA. As far as I can tell, mailto's are supported by all commercial web browsers.
With Netscape Navigator 2.0 and greater, you can include mail headers within the mailto URL. For example, to send a letter with the subject line "Happy Lobsters" you would use the URL:
mailto:user@host?subject=Happy%20lobsters
Note that the space character is URL encoded as %20. Note also that this mechanism works only with Netscape Navigator!. Other browsers will think the subject part is part of the mail address.
| ToC ~ Up ~ Prev ~ Next ~ Index |
Introduction to HTML © 1994-1998 by Ian Graham Last Update: 5 January 1998 |