[thelist] [ASP] include content of an html page in an asp page ?

Mark Anderson marke.anderson at btinternet.com
Sun Dec 1 03:29:00 CST 2002


Have you tried using XMLHTTP within the asp page? It is I believe an
intrinsic IIS object and doesn't need to be installed! I have used it on my
own site at http://www.anderson.uk.com/postalDemo.asp to connect to a
separate domain hosted by a different ISP to retrieve information from an
asp page, I assume you can use it to obtain data from Linux, I have seen an
example that allows you to pull in Amazon data. Alternatively you could try
using a JavaScript to do a "document.write" for the data on the Linux box
and a JavaScript to load it into your asp page.

Hope that Helps

Mark Anderson
01202 775483
07802 404838 mob
Web Development and database design
mailto:mark at anderson.uk.com
http://www.anderson.uk.com

-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Peter Duchateau
Sent: 26 November 2002 10:24
To: List Evolt
Subject: [thelist] [ASP] include content of an html page in an asp page
?


We want to set up a linux server running htdig to crawl an asp site on
an IIS server.
In the asp site we would like to have a search form and then display
the search results
from htdig on the linux server.

So I would like the asp page the post a query to the linux server and
then display
the results.

Anyone know how I can achieve this ?

or

How can I include the content of an html file from another server in an
asp page on my server ?





More information about the thelist mailing list