Hi,
I'm trying to load HTML from a file on my server into a table and i just get an error message. Can anyone tell me what is wrong with this?
<td>
<div id="div_products">
<DIV>
<script language="JavaScript">document.getElementById('div_products').innerHTML="</script>
</td>
So in theory this should load the HTML from the txt file and insert it inbetween <div id="div_products"> and <DIV>?
Thnx
S
I'm trying to load HTML from a file on my server into a table and i just get an error message. Can anyone tell me what is wrong with this?
<td>
<div id="div_products">
<DIV>
<script language="JavaScript">document.getElementById('div_products').innerHTML="</script>
</td>
So in theory this should load the HTML from the txt file and insert it inbetween <div id="div_products"> and <DIV>?
Thnx
S