/parser/htmlparser/tests/html/54845.html

http://github.com/zpao/v8monkey · HTML · 37 lines · 32 code · 5 blank · 0 comment · 0 complexity · d874f9a34c9b0f9d99baf9cb205d3a1b MD5 · raw file

  1. <html>
  2. <head>
  3. <script>
  4. function changePage() {
  5. dump("Change Page!\n");
  6. }
  7. </script>
  8. </head>
  9. <body>
  10. Start of Body Content
  11. <script>
  12. document.writeln('<FORM name="SelectMenu" method=post action="javascript:changePage();">');
  13. with (document){
  14. writeln('<FORM name="SelectMenu" method=post action="javascript:changePage();">');
  15. writeln('script form content');
  16. }
  17. </script>
  18. <noscript>
  19. <FORM name="SelectMenu" method="post">
  20. noscript form content goes here
  21. <table border=1>
  22. <tr><td>TABLE</td></tr>
  23. illegal table content
  24. </table>
  25. </FORM>
  26. </noscript>
  27. <center>
  28. <INPUT TYPE="IMAGE" WIDTH="50" HEIGTH="25" SRC="../Images/aim.gif" ALT="GO!" BORDER="0" valign="top">
  29. </center>
  30. </FORM>
  31. </body>
  32. </html>