<html><head></head>
<script language="javascript">
document.write("<table width='95%' border='1' cellspacing='0' cellpadding='0'>"+
"<tr bgcolor='#FFFFCC'><td colspan='14' class='tableHeader'>Detail of Inquiry</td>"+
"</tr><tr><td colspan='5' bgcolor='#FFFFCC' class='tableHeader'>General Ledger Code</td>"+
"<td width='7%' class='tableHeader' rowspan='2' align='center' bgcolor='#FFFFCC'>Report<br>Date</td></tr></table>")
for (var i = 1; i <= value; i++) {
document.write("<br>Hello")
}
document.close()
}
</script>
</html>
SCJP
Visit my download page
<html><head></head>
<script language="javascript">
function buildTable() {
var value = document.form1.rowNum.value;
document.write("<table width='95%' border='1' cellspacing='0' cellpadding='0'>"+
"<tr bgcolor='#FFFFCC'><td colspan='14' class='tableHeader'>Detail of Inquiry</td>"+
"</tr><tr><td colspan='5' bgcolor='#FFFFCC' class='tableHeader'>General Ledger Code</td>"+
"<td width='7%' class='tableHeader' rowspan='2' align='center' bgcolor='#FFFFCC'>Report<br>Date</td></tr></table>")
for (var i = 1; i <= value; i++) {
document.write("<br>Hello")
}
document.close()
}
window.on load = buildTable;
</script>
</html>
SCJP
Visit my download page
SCJP
Visit my download page
SCJP
Visit my download page
SCJP
Visit my download page
SCJP
Visit my download page
SCJP
Visit my download page
SCJP
Visit my download page
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|