Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html

<body>
  <form action="" method="get">
    Company: <input type="text" name="company"><br>
    Address: <input type="text" name="address"><br>
    <input type="submit" value="Submit">
  </form>
</body>
Source by www.techonthenet.com #
 
PREVIOUS NEXT
Tagged: #html
ADD COMMENT
Topic
Name
5+2 =