/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

  1. <html>
  2. <body>
  3. <STRIKE>
  4. test in front
  5. <FORM action="http://somesite.com/prog/adduser" method="post">
  6. <P>
  7. First name: <INPUT type="text" name="firstname"><BR>
  8. Last name: <INPUT type="text" name="lastname"><BR>
  9. email: <INPUT type="text" name="email"><BR>
  10. <INPUT type="radio" name="sex" value="Male"> Male<BR>
  11. <INPUT type="radio" name="sex" value="Female"> Female<BR>
  12. <INPUT name="submit" value="submit" type="submit">
  13. <BUTTON name="submit" value="submit" type="submit">
  14. Send<IMG src="/icons/wow.gif" alt="wow"></BUTTON>
  15. text before reset
  16. <BUTTON name="reset" type="reset">
  17. Reset
  18. <IMG src="/icons/oops.gif" alt="oops">
  19. <table border>
  20. <tr>
  21. <td>cell1</td>
  22. <td>cell2</td>
  23. </tr>
  24. <tr>
  25. <td>cell3</td>
  26. <td>cell4</td>
  27. </tr>
  28. </table>
  29. </BUTTON>
  30. </FORM>
  31. text at the end.
  32. </STRIKE>
  33. </body>
  34. </html>