- <html>
- <head>
- <title>Form Sample</title>
- </head>
- <body>
- <h1>GET Method</h1>
- <form action="getform.cgi" method="get">
- <p>First name:<br><input name="firstname" type="text" size="30" maxlength="30"></p>
- <p>Family name:<br><input name="familyname" type="text" size="30" maxlength="40"></p>
- <p><input type="submit" value="Send"></p>
- </form>
- </body>
- </html>
|