All pastes #654630 Raw Edit

Miscellany

public text v1 · immutable
#654630 ·published 2007-08-12 16:53 UTC
rendered paste body
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
	<title>untitled</title>
	<meta http-equiv="content-type" content="text/html;charset=utf-8" />
	<meta name="generator" content="Geany 0.10.2" />
	<script type="text/javascript">
	<!--
	function testReplace () {
		tables = document.getElementsByTagName("table");
		mytable = tables[0];
		mytable.innerHTML = "<tr><td>Test worked, bitch!</td></tr>";
	}
	// -->
	</script>
</head>

<body>

<table>
    <tr>
        <td>Test has started.
        </td>
    </tr>
</table>

<input type="button" value="test" onClick="javascript:testReplace();">

</body>
</html>