<head><title>Quick Example</title>
<meta http-equiv=
"content-type"
content=
"text/html;charset=tis-620"
/>
</head>
<body><h1>Quick Example</h1>
<p>
</a></p>
<p>hello</p>
<script type=
"text/javascript"
>
<!-- <![CDATA[
document.write(
"<h2>Table of Factorials</h2>"
);
for
(i = 1, fact = 1; i < 10; i++, fact *= i) {
document.write(i +
"! = "
+ fact);
document.write(
"<br />"
);
}
</script>
</body></html>