It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

Help with an html form

Help with an html form

Postby thebladegod on Mon Feb 26, 2007 4:31 pm

<html>
<body>
<form action="MAILTO:someone@w3schools.com" method="post" enctype="text/plain">

<h3>This form sends an e-mail to W3Schools.</h3>
Name:<br>
<input type="text" name="name"
value="yourname" size="20">
<br>
Mail:<br>
<input type="text" name="mail"
value="yourmail" size="20">
<br>
Comment:<br>
<input type="text" name="comment"
value="yourcomment" size="40">
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">

</form>
</body>
</html>

This is the code style I am currently using but every time it goes to mail it it opens outlook express. I would not like the users to have that problem and I was wondering if anyone had any input on how I could get it to send with out messing with outlook. Thanks for any help you can supply.
thebladegod
 
Posts: 0
Joined: Mon Feb 26, 2007 4:27 pm

Postby LucasZ21 on Wed Feb 28, 2007 4:23 pm

As far as I know, the "mailto:" property will always bring up outlook...
Image
User avatar
LucasZ21
100+ Club
 
Posts: 195
Joined: Mon Feb 26, 2007 2:31 am
Location: Mansfield, OH

Postby julievive on Tue Mar 06, 2007 8:11 am

LucasZ21 is right, mailto (outlook will appear).. but i think theres another way for that.. maybe a script.. try to reasearch a scripting for that :)
User avatar
julievive
50+ Club
 
Posts: 87
Joined: Tue Mar 06, 2007 7:40 am


Who is online

Users browsing this forum: No registered users and 8 guests