- <html>
- <head><title>test</title></head>
- <body>
- <form action="myurl" method="POST" name="myForm">
- <p><label for="first_name">First Name:</label>
- <input type="text" name="first_name" id="fname"></p>
- <p><label for="last_name">Last Name:</label>
- <input type="text" name="last_name" id="lname"></p>
- <input value="Submit" type="submit" onclick="submitform()">
- </form>
- </body>
- </html>
|