Click here to Skip to main content
15,887,746 members
Home / Discussions / Web Development
   

Web Development

 
AnswerREPOST Pin
Not Active10-Apr-10 2:38
mentorNot Active10-Apr-10 2:38 
Questionmigrate from MS ACCESS to C#. Pin
Asif Rehman9-Apr-10 4:53
Asif Rehman9-Apr-10 4:53 
AnswerRe: migrate from MS ACCESS to C#. Pin
Estys10-Apr-10 3:30
Estys10-Apr-10 3:30 
QuestionHttpWebRequest/Response without using IE Proxy Settings Pin
AmitDey9-Apr-10 2:24
AmitDey9-Apr-10 2:24 
AnswerRe: HttpWebRequest/Response without using IE Proxy Settings Pin
Martin Jarvis13-Apr-10 21:01
Martin Jarvis13-Apr-10 21:01 
QuestionSending Form from HTML Webpage [modified] Pin
Dalek Dave8-Apr-10 10:22
professionalDalek Dave8-Apr-10 10:22 
AnswerRe: Sending Form from HTML Webpage Pin
Not Active8-Apr-10 10:34
mentorNot Active8-Apr-10 10:34 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 10:38
professionalDalek Dave8-Apr-10 10:38 
This code produces an email that contains the details from the user...

(See Here for website[^]

I want the same effect, ie the details sent within the body of the email, but the previous example is not filling in the body.

<form method="post" enctype="text/plain" action='mailto:sales@bellcross.co.uk&cc=david@bellcross.co.uk'>
					<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px"><input  
                            style="background-color: #FFFFCC; text-align: left;" type="text" size="60" 
                            name="Customer Name :" value="Name"  /><input  
                            
                            style="background-color: #FFFFCC; text-align: left; width: 202px; margin-left: 42px;" 
                            type="text" size="60" name="Telephone Number :" value="Tel No."  /></p>

                    <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; height: 12px; width: 655px;">&nbsp;</p>
                    <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">Tell us what you are looking for, we 
                        can search our records to match you with the house you want!</p>
                    <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">&nbsp;</p>
                    <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">
                        <select id="Select1" name="Location">
                            <option value="Bletchley">Bletchley</option>
                            <option value="Milton Keynes">Milton Keynes</option>

                            <option value="Watford">Watford</option>
                            <option value="Flitwick">Flitwick</option>
		                    <option value="Harlington">Harlington</option>
		                    <option value="Buckingham">Buckingham</option>
                        </select><select id="Select2" name="No of Beds">
                            <option value="1 Bed">1 Bed</option>

                            <option value="2 Bed">2 Bed</option>
                            <option value="3 Bed">3 Bed</option>
                            <option value="4 Bed">4 Bed</option>
                            <option value="5 Bed">5 Bed</option>   
                        </select><select id="Select3" name="House Type">
                            <option value="Apartment">Apartment</option>
                            <option value="Maisonette">Maisonette</option>

                            <option value="Terraced">Terraced</option>
                            <option value="Semi-Detached">Semi-Detached</option>
                            <option value="Detached">Detached</option>
                            <option value="Executive">Executive</option>                     
                        </select></p>
					<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; height: 9px;">&nbsp;</p>
                    <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">Finally, Your Email Address...</p>

                    <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">
                    
                        <input style="background-color: #FFFFCC" type="text" size="60" name="Customer Email Address :" />&nbsp;&nbsp;&nbsp;&nbsp;
                        <input id="Button1" type="submit" value="Submit" /></p>
					<p align="center">Press the Submit Button and we will contact you shortly with 
                        details, prices etc.</p>
                        </form>

------------------------------------

I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave

GeneralRe: Sending Form from HTML Webpage Pin
Not Active8-Apr-10 11:28
mentorNot Active8-Apr-10 11:28 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 11:35
professionalDalek Dave8-Apr-10 11:35 
GeneralRe: Sending Form from HTML Webpage Pin
Not Active8-Apr-10 11:47
mentorNot Active8-Apr-10 11:47 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 11:59
professionalDalek Dave8-Apr-10 11:59 
GeneralRe: Sending Form from HTML Webpage Pin
Not Active8-Apr-10 12:25
mentorNot Active8-Apr-10 12:25 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 12:32
professionalDalek Dave8-Apr-10 12:32 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 14:02
professionalDalek Dave8-Apr-10 14:02 
AnswerRe: Sending Form from HTML Webpage Pin
daveyerwin8-Apr-10 13:52
daveyerwin8-Apr-10 13:52 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 14:01
professionalDalek Dave8-Apr-10 14:01 
GeneralRe: Sending Form from HTML Webpage Pin
Not Active8-Apr-10 14:27
mentorNot Active8-Apr-10 14:27 
Questionhow to insert special characters into database msacess using asp Pin
rajivkadam4207-Apr-10 19:41
rajivkadam4207-Apr-10 19:41 
AnswerRe: how to insert special characters into database msacess using asp Pin
Gregory Gadow8-Apr-10 4:06
Gregory Gadow8-Apr-10 4:06 
QuestionLaunch an application from Classic ASP Pin
Member 45264877-Apr-10 17:20
Member 45264877-Apr-10 17:20 
AnswerRe: Launch an application from Classic ASP Pin
daveyerwin8-Apr-10 1:05
daveyerwin8-Apr-10 1:05 
AnswerRe: Launch an application from Classic ASP Pin
Not Active8-Apr-10 1:44
mentorNot Active8-Apr-10 1:44 
QuestionProblem with jquery.ajax result - auto replaced chars and enclosed in XML - Why ??? Pin
Stephan Pilz7-Apr-10 4:25
Stephan Pilz7-Apr-10 4:25 
AnswerRe: Problem with jquery.ajax result - auto replaced chars and enclosed in XML - Why ??? Pin
daveyerwin7-Apr-10 5:18
daveyerwin7-Apr-10 5:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.