mailto and IE6

They have: 18 posts

Joined: Mar 2006

Hi

I'm writing an email form using mailto, i was under the impression the contents of the form where emailed once submit was clicked on. Instead outlook express opens, i looked into this and found out it's an IE6 problem which causes mailto to open an email client. Is there anyway round this in HTML?

Don

code: -

: name
: email

comments

Greg K's picture

He has: 2,145 posts

Joined: Nov 2003

The mailto: method IMO is not very professional, and should be avoided. People using public computers will not have a mail client set up on the computer to properly send the e-mail. (and last time I saw it used, they all opened up a mail client to send the mail, else the visitor wouldn't know they are sedning e-mail.

The best method is to use a form, there are many scripts available to do this in ASP and PHP, several that are canned and easy to set up. Also, there are sites that will let you submit the form to their site and then they will e-mail you the results.

-Greg

Roo's picture

She has: 840 posts

Joined: Apr 1999

Terrific php form mail script.

Forn customizable.

They have: 18 posts

Joined: Mar 2006

thanks guys.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.