Not sure if I’m in the correct forum. Maybe this should be posted in Web Design??
I know how to do a #include of a file on the same server using shtml files.
Question: How do I do an “include” of a file from another server?
I’ve tried #include virtual=”http://xxx.yyy.org/test.html” and also #include file=”http://xxx.yyy.org/test.html”. Do I need to get into php or can it be done using some variation of #include?
TIA.