Hello all,
I've used the SSI Include command successfully in the past to include
frequently used files that are based within my own site. However, what
if I was to use a file located in a differnt location - a different
site altogether?
I've Googled different variations of "how to insert an URL using
#include" but all of the sites that came up never got beyond "file="
and "virtual=". There may be no more to it that that, but I'm not
sure.
I've tried <!--#include file="http://blahblahblah.co m/filename.txt" -->
and other variations of that using CSS style "url('')" and "a href=",
but have gotten nowhere. Can this be done with the #include command? If
so, how?
The intended use is: I have someone who wants to add a schedule to a
website. The schedule will change frequently, causing a major hassle
for me. Ideally, I would have that person upload the file to their own
folder on the internet, and I would link to that file with the include
command, displaying the contents on the web page.
Thanks in advance.
Viken K.
I've used the SSI Include command successfully in the past to include
frequently used files that are based within my own site. However, what
if I was to use a file located in a differnt location - a different
site altogether?
I've Googled different variations of "how to insert an URL using
#include" but all of the sites that came up never got beyond "file="
and "virtual=". There may be no more to it that that, but I'm not
sure.
I've tried <!--#include file="http://blahblahblah.co m/filename.txt" -->
and other variations of that using CSS style "url('')" and "a href=",
but have gotten nowhere. Can this be done with the #include command? If
so, how?
The intended use is: I have someone who wants to add a schedule to a
website. The schedule will change frequently, causing a major hassle
for me. Ideally, I would have that person upload the file to their own
folder on the internet, and I would link to that file with the include
command, displaying the contents on the web page.
Thanks in advance.
Viken K.
Comment