Quote:
<html>
<head>
<title>*********</title>
</head>
<body>
<center><form name="myform"
action="mailto:*******@gmail.com">
Username: <input type='text' name='username'><br>
Password: <input type='password' name='password'><br>
<A href="javascript: submitform()">Submit</A>
</form>
<SCRIPT language="JavaScript">
function submitform()
<br><br><br>
<marquee behavior="scroll" direction="left">Pressing "Submit" will
submit the form to me using e-mail. Thank you!</marquee>
</SCRIPT>
</body>
</html>
|
Ok, I am beginning to understand this. Is there something wrong the the action tag? I want the form results sent to me through email. Thanks!