The complete spec for the mailto URL syntax is an Internet Engineering Task Force (IETF) request for comment, RFC2368. The spec can be found at [ietf.org ], or a mirror at [rfc-editor.org ]. In that spec, you will find references to several other RFCs. You can find those by going to [ietf.org ] and entering the RFC number.
(edited by: Xoc on 6:49 pm (gmt) on June 12, 2001
minnapple
3:03 pm on Jun 12, 2001 (gmt 0)
Thanks for the help!
bruhaha
3:04 pm on Dec 18, 2001 (gmt 0)
Please note that, you must subsitute the code "%20" when you want a space to appear.
If you write "&subject=What you want", the code will break at the space. The e-mail you receive will have a subject of "What.
You must, rather, write: a href="address@yoursite.com&subject=What%20you%20want"