Forum Home
Press F1
 
Thread ID: 16775 2002-03-18 00:11:00 Displaying seperate file in a web table Guest (0) Press F1
Post ID Timestamp Content User
39567 2002-03-18 00:11:00 Is it possible to call a seperate html or txt file to be displayed inside a table on another webpage?

I have a lot of pages that look the same, but each one has a table which houses the constantly changing content, and so I was wondering if it is possible to somehow call the content from another file, rather than changing the whole page each time I want to change the content.

I'm guessing I could use iframes, but I'm trying to stay away from that option. Does anyone have any suggestions?

Mike.
Guest (0)
39568 2002-03-18 01:32:00 Hi Mike - I do it like this:

<script JAVASCRIPT
src='otherdomain.co.nz
</script>

Insert the above in the table with your own variables.
Guest (0)
39569 2002-03-18 04:29:00 I'm not sure if I follow you here, Greg... How does that display the contents of my html or txt file in the table? Guest (0)
1