|
 |
asp_web_howto thread: Answer: grabbing page from other web
Message #1 by "Rajsankar Paramasivan" <rajsankar@h...> on Mon, 30 Jul 2001 14:29:07 +0530
|
|
Hi soehelmy
you can use MS Internet Transfer Contral to fetch another page content.
You need to give the link. It will give the full html code.
Regards
Rajsankar
Ph : 0065 - 4313685 ( off )
0065 - 4763724 ( res )
Message #2 by Fred.Sonderman@O... on Tue, 31 Jul 2001 17:24:12
|
|
What is MS Internet Transer Contral?
> Hi soehelmy
>
> you can use MS Internet Transfer Contral to fetch another page content.
> You need to give the link. It will give the full html code.
>
> Regards
>
> Rajsankar
> Ph : 0065 - 4313685 ( off )
> 0065 - 4763724 ( res )
>
>
Message #3 by "Johnson, Israel" <IJohnson@R...> on Tue, 31 Jul 2001 14:00:07 -0400
|
|
Try:
Server.Transfer("URL") or, read into Server.Execute("URL")
this is availiable through the use of ASP 3.0
-----Original Message-----
From: Fred.Sonderman@O...
[mailto:Fred.Sonderman@O...]
Sent: Tuesday, July 31, 2001 1:24 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Re: Answer: grabbing page from other web
What is MS Internet Transer Contral?
> Hi soehelmy
>
> you can use MS Internet Transfer Contral to fetch another page content.
> You need to give the link. It will give the full html code.
>
> Regards
>
> Rajsankar
> Ph : 0065 - 4313685 ( off )
> 0065 - 4763724 ( res )
>
>
|
|
 |