View Single Post
Old 02-21-2013, 07:12 PM   PM User | #2
cotumb
New to the CF scene

 
Join Date: Feb 2013
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
cotumb is an unknown quantity at this point
<!DOCTYPE html>
<html>
<body>

<form action="">
First name: <input type="text" name="firstname"><br><br>
Last name: <input type="text" name="lastname">
<form action=""><br>
<hr color=blue>
Username: <input type="text" name="user"><br><br>
Password: <input type="password" name="password">
<hr color=blue>
<form name="input" action="html_form_action.asp" method="get">
<input type="submit" value="Submit">
<hr color=blue>
</form>
</form>


</body>
</html>
cotumb is offline   Reply With Quote