Form with action script and textfield : Form Action : Form Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Form Tags » Form Action »

 

Form with action script and textfield




<html>
<body>

<form name="input" action="fake_action.asp" method="get">

Type your first name: 
<input type="text" name="FirstName" value="Mickey" size="20">
<br>Type your last name: 
<input type="text" name="LastName" value="Mouse" size="20">
<br>
<input type="submit" value="Submit">

</form

</body>
</html>


           
       



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Form Tags
» Form Action