hi
ein freund hat mir einen formmailer mit php programmiert
und es geht auch,
allerdings geht es irgendwie nicht richtig.
sobald ich auf senden gehe öffnet er mir mein mailprgramm.
so sollte das aber nicht sein oder ?
ich stelle mal den quelltext rein. :
<html>
<head>
<title>mein name</title>
<style>
body {
scrollbar-face-color: 000000;
scrollbar-shadow-color: ff0000;
scrollbar-highlight-color:ff0000;
scrollbar-3dlight-color:000000;
scrollbar-darkshadow-color:000000;
scrollbar-track-color:000000;
scrollbar-arrow-color:ff0000; }
</style>
<style type="text/css">
<!--
#navi {
margin:auto;
width: 600px;
}
body {text-align:center
}
body {
font-family:arial,sans-serif;
font-size:10pt;
}
body {
background-color: #000000;
}
a:link, a:visited, a:active, a:focus {
color:#ff0000;
text-decoration: none;
}
a.cssmenu:link {
width : 100px;
color : black;
background-color : #ff0000;
text-align : center;
text-decoration : none;
font-size : 12px;
border-top : 1px solid silver;
border-right : 1px solid black;
border-left : 1px solid silver;
border-bottom : 1px solid black;
padding-top : 2px;
padding-right : 4px;
padding-left : 4px;
padding-bottom : 2px;
margin-top : 30px;
margin-right : 10px;
}
a.cssmenu:visited {
width : 100px;
color : black;
background-color : #ff0000;
text-align : center;
text-decoration : none;
font-size : 12px;
border-top : 1px solid silver;
border-right : 1px solid black;
border-left : 1px solid silver;
border-bottom : 1px solid black;
padding-top : 2px;
padding-right : 4px;
padding-left : 4px;
padding-bottom : 2px;
margin-right : 10px;
}
a.cssmenu:hover {
width : 100px;
color : #ff0000;
background-color : #0000ff;
text-align : center;
text-decoration : none;
font-size : 12px;
border-top : 1px solid silver;
border-right : 1px solid black;
border-left : 1px solid silver;
border-bottom : 1px solid black;
padding-top : 2px;
padding-right : 4px;
padding-left : 4px;
padding-bottom : 2px;
margin-right : 10px;
}
//-->
</style>
</head>
<div id="navi">
Home
About me
Photos
Videos
Contact
</div>
<hr>
<font color="#ff0000">
contact
<form action="mailto:kevin.etheridge@gmail.com" method="post" enctype="text/plain">
Name : <input name="Name:" size="20">
Email: <input name="E-mail:" size="20">
Mail: <textarea name="contact:" rows="7" cols="30">
Hi,
</textarea>
<input type="submit" value="send">
<input type="reset" value="cancel">
</form>
</body>
</font>
</body>
</html>