- <html>
- <head>
- <title>Form Sample</title>
- </head>
- <body>
- <h1>Form Sample</h1>
- <table cellpadding=10 border=0>
- <tr><td><a href="getform.html">Use GET method</a></td></tr>
- <tr><td><a href="postform.html">Use POST method</a></td></tr>
- </table>
- </body>
- </html>
|