Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>Third Example</title>
- </head>
- <body>
- <center>
- <form method='post' action='third.php'>
- <p> Value 1 : <input type='text' name='v1'></p>
- <p> Value 2 : <input type='text' name='v2'></p>
- <p> <input type='submit'> <input type='reset'> </p>
- </form>
- </center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement