Click here to Skip to main content
15,888,160 members
Home / Discussions / Web Development
   

Web Development

 
QuestionRedirect page when seession expired Pin
trushitshah16-Jul-09 20:18
trushitshah16-Jul-09 20:18 
AnswerRe: Redirect page when seession expired Pin
Christian Graus17-Jul-09 16:23
protectorChristian Graus17-Jul-09 16:23 
AnswerRe: Redirect page when seession expired Pin
Marc Firth19-Jul-09 22:59
Marc Firth19-Jul-09 22:59 
GeneralRe: Redirect page when seession expired Pin
trushitshah19-Jul-09 23:27
trushitshah19-Jul-09 23:27 
GeneralRe: Redirect page when seession expired Pin
Marc Firth19-Jul-09 23:29
Marc Firth19-Jul-09 23:29 
QuestionSOAP CallBack URL Pin
anandkb16-Jul-09 19:42
anandkb16-Jul-09 19:42 
QuestionVWD 2008 Templates Pin
Dalek Dave16-Jul-09 12:09
professionalDalek Dave16-Jul-09 12:09 
QuestionEmailing to our office from a website Pin
Dalek Dave16-Jul-09 4:16
professionalDalek Dave16-Jul-09 4:16 
Below is a section of a web page I am in the midst of writing.

What I require is a simple "Click the Send Button" and the information entered into the textboxes and selected from the comboboxes is immediately sent to an email account.

What is happening is that it is going to outlook and requesting a second request to hit send.

IE the information is being picked up, but instead of being sent in the background as it were, it is then forming a "New Mail" page and requesting me to press send again.

How do I avoid this, and let it send automatically?

Thanks in advance for any pointers.




<form method="post" enctype="text/plain" action='mailto:SOMEBODY@SOMECOMPANY.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="Customer Name :" value="Tel No."  /></p>
                    <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; height: 12px; width: 655px;"</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"</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;"</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 :" />    
                        <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>


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

"When Belly Full, Chin Hit Chest"
Confucius 502BC

AnswerRe: Emailing to our office from a website Pin
David Mujica16-Jul-09 4:57
David Mujica16-Jul-09 4:57 
GeneralRe: Emailing to our office from a website Pin
Dalek Dave16-Jul-09 5:58
professionalDalek Dave16-Jul-09 5:58 
GeneralExecute code from an ASP.NET button Pin
David Mujica16-Jul-09 6:18
David Mujica16-Jul-09 6:18 
GeneralRe: Execute code from an ASP.NET button Pin
Dalek Dave16-Jul-09 8:57
professionalDalek Dave16-Jul-09 8:57 
Questionnew flash player screws up cool stuff Pin
ed welch16-Jul-09 1:49
ed welch16-Jul-09 1:49 
QuestionDLL Usage in Web Applications Pin
VikashGohil16-Jul-09 1:17
VikashGohil16-Jul-09 1:17 
AnswerRe: DLL Usage in Web Applications Pin
Abhishek Sur16-Jul-09 4:22
professionalAbhishek Sur16-Jul-09 4:22 
GeneralRe: DLL Usage in Web Applications Pin
VikashGohil17-Jul-09 4:38
VikashGohil17-Jul-09 4:38 
QuestionProblem of Web service calling Pin
mani.thirumalai15-Jul-09 20:27
mani.thirumalai15-Jul-09 20:27 
AnswerRe: Problem of Web service calling Pin
Marc Firth15-Jul-09 22:10
Marc Firth15-Jul-09 22:10 
GeneralRe: Problem of Web service calling Pin
mani.thirumalai15-Jul-09 23:57
mani.thirumalai15-Jul-09 23:57 
GeneralRe: Problem of Web service calling Pin
Marc Firth16-Jul-09 0:21
Marc Firth16-Jul-09 0:21 
GeneralIE8 font error Pin
krishna.kommula15-Jul-09 18:50
krishna.kommula15-Jul-09 18:50 
GeneralRe: IE8 font error Pin
Marc Firth15-Jul-09 22:07
Marc Firth15-Jul-09 22:07 
GeneralRe: IE8 font error Pin
dbkman1017-Jul-09 15:44
dbkman1017-Jul-09 15:44 
QuestionInserting Data Into SQL Server Database Pin
pstyles115-Jul-09 2:42
pstyles115-Jul-09 2:42 
AnswerRe: Inserting Data Into SQL Server Database Pin
DoctorMick15-Jul-09 5:24
DoctorMick15-Jul-09 5:24 

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.