access_asp thread: #include URL
Message #1 by "Paul Dees" <paul@j...> on Fri, 26 Apr 2002 08:30:01
|
|
how can I include an URL in ASP like we do for file as:
<!--#include file="info.asp" -->
I did try with url link to this file info.asp but it is not working
<!--#include file="http://www.jsant.net/info.asp" -->
Can anybody help me please paul@j...
Message #2 by Spencer Saunders <spence@s...> on Fri, 26 Apr 2002 11:26:04 -0400
|
|
Paul -.
I'm just guessing here but I would say that you can only include files
located on the local machine. You can't remotely include files on other
servers. But I could be wrong......
spence
on 4/26/02 8:30 AM, Paul Dees at paul@j... wrote:
> how can I include an URL in ASP like we do for file as:
>
> <!--#include file="info.asp" -->
>
> I did try with url link to this file info.asp but it is not working
>
> <!--#include file="http://www.jsant.net/info.asp" -->
>
> Can anybody help me please paul@j...
Message #3 by "Shawn Clabough" <shawnc@u...> on Tue, 30 Apr 2002 00:15:09
|
|
Yes, Spence is correct - you cannot #include external files (especially
the source code file) unless they're accessable through a file share.
Shawn
> Paul -.
I'm just guessing here but I would say that you can only include files
located on the local machine. You can't remotely include files on other
servers. But I could be wrong......
spence
on 4/26/02 8:30 AM, Paul Dees at paul@j... wrote:
> how can I include an URL in ASP like we do for file as:
>
> <!--#include file="info.asp" -->
>
> I did try with url link to this file info.asp but it is not working
>
> <!--#include file="http://www.jsant.net/info.asp" -->
>
> Can anybody help me please paul@j...
|