File: case-435903%401.html

package info (click to toggle)
tidy-html5 2%3A5.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,668 kB
  • sloc: ansic: 43,061; ruby: 1,368; sh: 404; xml: 225; cpp: 30; makefile: 26
file content (19 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
  <title>[ #435903 ] Script element w/body child to table bug></title>
  <body>
    <table>
      <tr>
        <td>
        </td>
      </tr>
      <tr>
        <script language=JavaScript>
function email()
{
address=document.emailform.emailinput.value;
location='http://www.cnn.com/EMAIL/index.html?'+address;
}
        </script>
    </table>
  </body>
</html>