ch1708
05-10-2006, 12:32 AM
hi all , i just came across this forum and hope the pros here will help me,
i just created a form
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/plain; charset=iso-8859-1">
</head>
<body>
<form action="mailto:userid@hotmail.com?Application form" method="post" enctype="text/plain" name="form1">
<label>Name : </label>
<input name="Name" type="text" id="Name">
<br>
<br>
Gender :
<label>
<input name="Gender" type="radio" value="Male" checked>
Male </label>
<label>
<input name="Gender" type="radio" value="Female">
Female</label>
<p> </p>
<p>
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="Submit2" value="Reset">
<br>
</p>
</form>
</body>
</html>
but i noe this mailto function needs either ourlook in order to send mail,
can anyone here help me to create a server side CGI php or asp .. thanks
or can intro me some website for me to pick up thanks
i just created a form
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/plain; charset=iso-8859-1">
</head>
<body>
<form action="mailto:userid@hotmail.com?Application form" method="post" enctype="text/plain" name="form1">
<label>Name : </label>
<input name="Name" type="text" id="Name">
<br>
<br>
Gender :
<label>
<input name="Gender" type="radio" value="Male" checked>
Male </label>
<label>
<input name="Gender" type="radio" value="Female">
Female</label>
<p> </p>
<p>
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="Submit2" value="Reset">
<br>
</p>
</form>
</body>
</html>
but i noe this mailto function needs either ourlook in order to send mail,
can anyone here help me to create a server side CGI php or asp .. thanks
or can intro me some website for me to pick up thanks