Problem with javascript contact form and outlook express?

M

mirkobonet

The idea is creating a contact form using mailto so it work with the
regular mail program.
(the server doesn't support php or asp)

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 <br> between the
entries and not the actual breaking line.

Is it just Outlook fault that is not just compatible with that or I'm
wronging something?

Thanks
 
M

mirkobonet

I Know, that's sucks.
But the client first said their server was compatible with php. Now
they realize it's not and they don't want to upgrade it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,571
Members
45,045
Latest member
DRCM

Latest Threads

Top