/parser/htmlparser/tests/html/button002.html
http://github.com/zpao/v8monkey · HTML · 34 lines · 34 code · 0 blank · 0 comment · 0 complexity · 24e3eaba1fce299fb3f47680b130a111 MD5 · raw file
- <html>
- <body>
- <STRIKE>
- test in front
- <FORM action="http://somesite.com/prog/adduser" method="post">
- <P>
- First name: <INPUT type="text" name="firstname"><BR>
- Last name: <INPUT type="text" name="lastname"><BR>
- email: <INPUT type="text" name="email"><BR>
- <INPUT type="radio" name="sex" value="Male"> Male<BR>
- <INPUT type="radio" name="sex" value="Female"> Female<BR>
- <INPUT name="submit" value="submit" type="submit">
- <BUTTON name="submit" value="submit" type="submit">
- Send<IMG src="/icons/wow.gif" alt="wow"></BUTTON>
- text before reset
- <BUTTON name="reset" type="reset">
- Reset
- <IMG src="/icons/oops.gif" alt="oops">
- <table border>
- <tr>
- <td>cell1</td>
- <td>cell2</td>
- </tr>
- <tr>
- <td>cell3</td>
- <td>cell4</td>
- </tr>
- </table>
- </BUTTON>
- </FORM>
- text at the end.
- </STRIKE>
- </body>
- </html>