ASP include problem

D

david

Hi
How to include asp page that resides on other server???
I have put below code but this returns error as file not
found.
<!-- #include file="http://www.abc.com/menu.asp"-->
Another alternative is frame, we can specify source of
frame but I don't want to create any frames.
Please dont think I want to use someone else code.
Help me!!!!
Thanx in advance
-david
 
E

Evertjan.

david wrote on 05 dec 2003 in microsoft.public.inetserver.asp.general:
Please dont think I want to use someone else code.
Help me!!!!

These two seem mutual exclusive, sorry.
 
D

david

I mean to say the page that I want to execute from other
server its my code only but unfortunately I have to keep
on that server only.
Cheers,
david
 
A

Aaron Bertrand [MVP]

How to include asp page that resides on other server???

On another web site? You can't include the file, but you can certainly
parse it and re-present the *HTML* part of the response, using XMLHTTP (or
ADODB.Stream, though I've seen a rash of issues with that one lately).

See http://www.aspfaq.com/2173 for more information.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,141
Messages
2,570,817
Members
47,361
Latest member
eitamoro

Latest Threads

Top