Thomas 'PointedEars' Lahn typed the following on the 13th Day of May,
year 2006 to reply to a post that is 11 days old. TL is attempting to
show his ineptness at prompt replies:
[color=blue]
> RobG wrote:
>[color=green]
>> Goo said on 03/05/2006 3:40 PM AEST:[color=darkred]
>>> But whenever I run the javascript and use the mailto command, it won't
>>> invoke my default email settings or use the HTML background, etc.
>>> [...][/color]
>> Use an e-mail client that does what you want.
>>
>> Don't use mailto - it is not standardised[/color]
>
> But it is pretty close to being a standard:[/color]
But it is *not* a standard.
[color=blue]
> <URL:http://rfc-editor.org/rfc/rfc2368.txt>
>[color=green]
>> and works differently in different browsers and e-mail clients - if the
>> browser knows about an email client at all.[/color]
>
> However, this has to be taken into account.[/color]
No it doesn't. Use a form and you don't have to take anything on the
client into account other than the ability to fill out fields and submit
the form.
[color=blue][color=green]
>> If this is for a web site, use the form to submit information to the
>> server, then generate the e-mail from there.[/color]
>
> True.[/color]
And if you do that, you don't have to "take into account" browser/email
client combinations.
--
Randy
comp.lang.javascript FAQ -
http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices -
http://www.JavascriptToolbox.com/bestpractices/