|
 |
asp_components thread: How to read a html file residing in another webserver?
Message #1 by Santosh Mathew <zsmathew@d...> on Fri, 21 Jul 2000 15:28:24 +0800
|
|
Hi All,
How can i read a html file residing in another webserver from my webserver
using ASP.
eg. daily news to be read from third party site(in a html
format)...incoporate the news read from the third party site into my site.
thanks in advance,
Santosh Mathew
Message #2 by jawahar amirtham <jkjawa@y...> on Fri, 21 Jul 2000 05:29:54 -0700 (PDT)
|
|
Hi Santosh
I am working in ASP platform too. And i am interested
in getting a solution similar to yours. Kindly forward
me also a copy, any useful and workable solutions
given by others to you in this regard.
Thanks in Advance
John Amirtham
Message #3 by "Joe Sabado" <joe.sabado@g...> on Fri, 21 Jul 2000 08:39:13 -0700
|
|
Use asptear or asphttp
Use the component to grab the http stream and have the output be displayed
from your website. Another option is a web site like isyndicate.com.
They provide you with the content in exchange for advertising.
One thing about using the component -- make sure you have permission from
the owner of the site to display his content from your page.
----- Original Message -----
From: Santosh Mathew
To: ASP components <asp_components@p...>
Sent: Friday, July 21, 2000 12:28 AM
Subject: [asp_components] How to read a html file residing in another
webserver?
> Hi All,
>
> How can i read a html file residing in another webserver from my webserver
> using ASP.
> eg. daily news to be read from third party site(in a html
> format)...incoporate the news read from the third party site into my site.
>
> thanks in advance,
>
> Santosh Mathew
>
Message #4 by Ahmed Mahmoud <AM@i...> on Sun, 23 Jul 2000 09:15:20 +0200
|
|
simply ???
when you declare instance of FileSystem Object
set Fs = server.createobject("Scripting.FileSystem")
then set the path to the html you want to read
> -----Original Message-----
> From: Santosh Mathew
> Sent: 21 July, 2000 9:28 AM
> To: ASP components
> Subject: [asp_components] How to read a html file residing in
> another webserver?
>
> Hi All,
>
> How can i read a html file residing in another webserver from my
> webserver
> using ASP.
> eg. daily news to be read from third party site(in a html
> format)...incoporate the news read from the third party site into my
> site.
>
> thanks in advance,
>
> Santosh Mathew
>
|
|
 |