I am trying to figure out a way that I can load another file into a web page by using the client and without having to create a frame or an iframe.
Fo instance, I might have a table that looks like this:
<table>
<tr>
<td> This is the left column... </td>
<td> ?? </td>
I want this column to be loaded from another file whether it be "mystuff.htm" or "mystuff.txt" or "
<td> This is the right column... </td>
</tr>
</table>
This way I can update one file and use it without having to touch my code. This would also be great for putting the same header or footer on everypage without having to copy it into every htm file.
I have been playing with whatever I could find from "id" in the <td> tag to <script> commands, etc.
Does anyone have any idea??
Thanks,
Jim
Fo instance, I might have a table that looks like this:
<table>
<tr>
<td> This is the left column... </td>
<td> ?? </td>
I want this column to be loaded from another file whether it be "mystuff.htm" or "mystuff.txt" or "
<td> This is the right column... </td>
</tr>
</table>
This way I can update one file and use it without having to touch my code. This would also be great for putting the same header or footer on everypage without having to copy it into every htm file.
I have been playing with whatever I could find from "id" in the <td> tag to <script> commands, etc.
Does anyone have any idea??
Thanks,
Jim