Hywel wrote...
And rudeness helps how exactly?
I wouldn't call it rudeness. Just frustration.
I am a newcomer to this ng and this is the first time I have been made
aware of this problem. I got the code from html source books that
suggested that only very old browsers could not handle it. Are you
saying that it does not work with some modern browsers? What proportion
of people are using browsers that cannot handle it?
It's more than just a simple question of, "Can the browser handle it?" The
user's computer needs to have a default mail client set up. However, this
isn't always possible.
Whilst at university, there was a configuration problem with the mail
client, meaning that it wouldn't start at all. If you tried to use a
mailto URI, you'd simply get an error.
Public places, such as libraries, are highly unlikely to support e-mail in
any way except though Web-based interfaces. How do you propose a mailto
link works in that circumstance?
What if the user doesn't know how to set up a default mail client? In this
situation, you could probably assume that they won't understand the cause,
or how to work around it.
I'm sure you could Google for more (and better) reasons. However, the fact
that there are circumstances that will cause a mailto link to fail would
suggest that avoiding the issue altogether with a form is a much more sane
approach than to ask: "In just how many instances will it fail?"
As I suggested in my other post, why risk failure when you can always have
success?
I am willing to learn from those who know more than I do but don't
appreciate being called "people like you".
I wouldn't take it personally. I doubt it was intended as such.
Mike