winlineau
07-16-2002, 05:01 AM
my script:
<div id=thediv></div>
<script>
doit = thediv.appendChild
thediv.innerHTML = "<table border='1' width='57%' height='300'><tr><td width='100%' height='300' valign='top'>";
thediv.appendChild(document.createTextNode("<center><h1>WINLINE Networks:</h1></center><hr><p align='center'><font size='5'>A report on"));
thediv.appendChild(document.createTextNode("how and what is happening</font></p></td></tr></table>"));
</script>
Only shows text?? :eek: :eek: :eek: :eek: :eek: :eek: :eek:
Please Help.
Thanks in advance
Tim
<div id=thediv></div>
<script>
doit = thediv.appendChild
thediv.innerHTML = "<table border='1' width='57%' height='300'><tr><td width='100%' height='300' valign='top'>";
thediv.appendChild(document.createTextNode("<center><h1>WINLINE Networks:</h1></center><hr><p align='center'><font size='5'>A report on"));
thediv.appendChild(document.createTextNode("how and what is happening</font></p></td></tr></table>"));
</script>
Only shows text?? :eek: :eek: :eek: :eek: :eek: :eek: :eek:
Please Help.
Thanks in advance
Tim