<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<script type="text/javascript">
function MailTo(frm) {
document.location.href='mailto:amin@jensen.dk?body=Navn: '+frm.navn.value+'%0D%0AEmail: '+frm.email.value+'%0D%0AEr jeg god?: '+frm.check.value+'%0D%0AKommentar: '+frm.kommentar.value;
}
</script>
</head>
<body>
<form method="post" action="" onsubmit="MailTo(this)">
Navn: <input type="text" name="navn"><br>
Email: <input type="text" name="email"><br>
Er jeg god?: <input type="checkbox" name="check" value="Ja"><br>
Kommentar: <textarea name="kommentar"></textarea><br>
<input type="submit" value="Udfør">
</form>
</body>
</html>
%0D%0A = linjeskift