<!----
<script language="javascript">
document.write("Hello");
</script>
// -->
but in HTML isn't the <!-- a comment? Shouldn't this not work? Also, what do the // do?
<!----
<script language="javascript">
document.write("Hello");
</script>
// -->
|
|
|
Guest_Jordan_*