Forum Moderators: open
Problem is that some of the sites I'd like to do this on are on severs not using jsp.
Because I can't install a more complicated langauge to use on the server, is there perhaps a way to use javascript to pull in the table to the html file?
I have found this tag:
<!-- #include "myfile.inc" -->
but no supporting code. I'm designer, not a programmer, so I'm a bit lost here.... help?
Here's a really nice set of articles on server-side includes from Big-Nosed Bird [bignosebird.com].
So that doesn't resolve your issue. If you can get the other server to maintain an html file of just the table, on its own, you could use an iframe to display the table on your page.
However, if the table is frequently updated, this might be problematic as well.