mirkobonet@gmail.com said the following on 4/24/2007 2:20 PM:
Quote:
The idea is creating a contact form using mailto so it work with the
regular mail program.
|
Give up now, it will save you a lot of trouble.
Quote:
|
(the server doesn't support php or asp)
|
Find a free one on the web.
Quote:
I created the form and the function is function mailMe(form){
Subject=document.testform.subj...
message="First Name: "+document.testform.firstName.... '<br />' +
"Last Name: "+document.testform.lastName.v... '<br />' +
"Telephone: "+document.testform.phone.valu... '<br />' +
"Company: "+document.testform.company.va... '<br />' +
"Email: "+document.testform.email.valu... '<br />' +
"Question: "+document.testform.question.v...
>
It works fine on my computer and mozilla thunderbird, BUT it doesn't
work in Outlook Express. In outlook I get the tag <brbetween the
entries and not the actual breaking line.
|
That won't work for about half the web (pick your own percentage) as it
will never be able to be made to work with web based email clients
(gmail, yahoo, etc...).
Quote:
Is it just Outlook fault that is not just compatible with that or I'm
wronging something?
|
The problem is trying to send an email using mailto:.
--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ -
http://jibbering.com/faq/index.html
Javascript Best Practices -
http://www.JavascriptToolbox.com/bestpractices/