Click to See Complete Forum and Search --> : Incuding a file from external site?


smegil
03-16-2006, 03:45 AM
How does one include a file from an external site cus i tried to include an external file and doesn't work. :confused:
The script i used was:
<!--#include virtual="http://www.server.com/xxx.asp" -->
.
Would appreciate it if someone could help me with this. :)

JayM
03-16-2006, 01:53 PM
This is not possible. The ability to do this would exploit a lot of security problems ;).

Ubik
03-16-2006, 05:09 PM
You can use IFRAME to include client-side files.

See http://www.cs.tut.fi/~jkorpela/html/iframe.html

Just in case you were asking about client-side includes...

smegil
03-17-2006, 01:55 AM
Thanks but i was meaning server side. I think ill try that, maybe it will work.
Thanks again