** you could not call the script from outside your website. Right? **
Right, not directly via an SSI tag like you posted.
But that is no reason some kind of script (Perl, php, etc.) shouldn't be able to capture that output and then include it into a local web page (via SSI, PHP, etc.).
** isn't there an easier way for them to include my data? **
Yes, using an HTML iframe tag like I replied originally. The iframe is recognized by IE 3.0+, Netscape 6.0+ and the current versions of Opera browser.
** but they won't want to write a program to display it. I am having a friend of mine help me write some code so that I can just offer a javascript to other site that will grab ny data. **
If the other sites don't want to use the (simple) iframe tag and they have SSI and Perl or PHP available to them, why don't you ask your friend with way more script experience to write a Perl or PHP script that the other sites can use? Using PHP it should only be 3 lines of PHP code!
Dan O.
[This message has been edited by DanO (edited August 29, 2003).]