Code:
<html>
<body onLoad=chgtable()>
<table border=1>
<tr><td id="tablecell">Unchecked</td></tr>
</table>
<script type="text/javascript">
function chgtable(){
if(document.getElementById("checkbox").checked == true){
document.getElementById("tablecell").innerHTML
Leave a comment: