473,385 Members | 2,210 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Problem with javascript contact form and outlook express?

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 <brbetween 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

Apr 24 '07 #1
3 7281
mi********@gmail.com said the following on 4/24/2007 2:20 PM:
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.
(the server doesn't support php or asp)
Find a free one on the web.
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...).
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/
Apr 24 '07 #2
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.


On Apr 24, 5:50 pm, Randy Webb <HikksNotAtH...@aol.comwrote:
mirkobo...@gmail.com said the following on 4/24/2007 2:20 PM:
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.
(the server doesn't support php or asp)

Find a free one on the web.
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...).
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/

Apr 26 '07 #3
mi********@gmail.com said the following on 4/26/2007 3:30 PM:
I Know, that's sucks.
What really sucks are people who can't quote/post properly.
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.
Then find a free one on the web.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Apr 27 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: JC Home | last post by:
I am a teacher and would love to find a way to create a form that my students/parents fill out and email me and then have a macro/script take this information and automatically create/update a...
2
by: Ben Thomas | last post by:
Hello I am new to programming I am using a Rich Text Box in the Compose Form in a VB.NET email client application similar to Microsoft Outlook that I am trying to develop When I try to paste an...
15
by: Steven Livingstone | last post by:
I am running into the "colon in javascript" problem as discussed here http://www.bdragon.com/entries/000324.shtml. Basically, i have nested controls and get the error on a line such as : ...
10
by: greenb | last post by:
Our asp.net web app uses a .NET component (DLL) in the bin directory to call several stored procedures back to back to perform updates. They don't return any data. Sometimes the total execution...
3
by: Ankit Aneja | last post by:
I have a strange situation and I have no idea how to solve this. Its a Recruitment Search Page,in the Admin Page, for every button click event the Admin Person has to create a checkbox on the users...
17
by: Serge Fournier | last post by:
I would like to access the "contact" data in Outlook Express. Which reference do I have to use ? (I was thinking at "Office"). Thanks for any help
2
by: mohawk411 | last post by:
Hello, I am having a problem with developing my form, when i click submit in ie the form validates itself and is submitted but when I open the form in firefox it will not validate or submit the form,...
2
by: softbreeze | last post by:
Operating systems: Windows 2003 Enterprise ASP.Net 2.0, IIS 6.0, *** SMTP is not installed *** I have a corporate network that has an SMTP server (10.254.3.30) on it. I have a subnet (10.5.42.0)...
28
tdw
by: tdw | last post by:
Hi all, I am trying to add a feature to our database that automates sending emails. When entering a new order, I want the option to send an email to the company the order came from, attaching a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.