|
 |
asp_components thread: How To Read HTML content yusing ASP
Message #1 by "Rodolfo Marinho" <rodolfo@n...> on Wed, 10 Apr 2002 23:46:45
|
|
Hello All,
IŽd like to know if anyone knows an ASP Object (Freeware or not) that
can be used to read the HTML content from Web Pages ?
IŽve just found how to proceed using PHP and the fopen() function, but
I realy need to do the same using ASP (in a 2000 Server using II 5.0).
I need it in order to read HTML content generated by a DataWarehouse
system an merge it with my HTML code to make a "print page". In my
case Frame and IFrame structures did not work properly.
Thanks.
Message #2 by "Grant Davies" <webdev@i...> on Thu, 11 Apr 2002 08:50:07 +1000
|
|
Hi,
You could try a component called ASP Tear.
Regards
Grant
----- Original Message -----
From: "Rodolfo Marinho" <rodolfo@n...>
To: "ASP components" <asp_components@p...>
Sent: Wednesday, April 10, 2002 11:46 PM
Subject: [asp_components] How To Read HTML content yusing ASP
> Hello All,
> IŽd like to know if anyone knows an ASP Object (Freeware or not) that
> can be used to read the HTML content from Web Pages ?
> IŽve just found how to proceed using PHP and the fopen() function, but
> I realy need to do the same using ASP (in a 2000 Server using II 5.0).
>
> I need it in order to read HTML content generated by a DataWarehouse
> system an merge it with my HTML code to make a "print page". In my
> case Frame and IFrame structures did not work properly.
>
> Thanks.
>
%%email.unsub%%
>
>
Message #3 by "Gonzalo Ruiz de Villa" <gonzalo.ruizdevilla@a...> on Thu, 11 Apr 2002 09:08:35 +0200
|
|
Or you could try using internet explorer :)
http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/webbrows
er/reference/objects/internetexplorer.asp
Load the document in an InternetExplorer object and navigate through it via
the document property.
I think you'll need to make a new .dll, I'm not sure if you can access
directly to it from asp.
HTH,
Gonzalo
-----Mensaje original-----
De: Rodolfo Marinho [mailto:rodolfo@n...]
Enviado el: miércoles, 10 de abril de 2002 23:47
Para: ASP components
Asunto: [asp_components] How To Read HTML content yusing ASP
Hello All,
IŽd like to know if anyone knows an ASP Object (Freeware or not) that
can be used to read the HTML content from Web Pages ?
IŽve just found how to proceed using PHP and the fopen() function, but
I realy need to do the same using ASP (in a 2000 Server using II 5.0).
I need it in order to read HTML content generated by a DataWarehouse
system an merge it with my HTML code to make a "print page". In my
case Frame and IFrame structures did not work properly.
Thanks.
gonzalo.ruizdevilla@a...
%%email.unsub%%
Message #4 by "Steffen Wogensen Jaques" <webmaster@w...> on Thu, 11 Apr 2002 17:23:11 +0200
|
|
Hey Rodolfo,
There is a component called w3sockets from Dimac.se -- It's an excellent
tool for accessing external pages. This can naturally also be used for a
multitude of other things, like pinging sites and so forth.
I believe there is a Microsoft produced component called XMLHTTP or
something along those lines, Which might be even more ideal for your
purpose.
Venlig hilsen/Kind Regards,
Steffen Wogensen Jaques
Skovvej 20, 106
DK-6400 Sűnderborg
Denmark
-
www.ecat.dk · www.woah.dk · www.jaques.dk · www.x6.dk
----- Original Message -----
From: "Rodolfo Marinho" <rodolfo@n...>
To: "ASP components" <asp_components@p...>
Sent: Wednesday, April 10, 2002 11:46 PM
Subject: [asp_components] How To Read HTML content yusing ASP
> Hello All,
> IŽd like to know if anyone knows an ASP Object (Freeware or not) that
> can be used to read the HTML content from Web Pages ?
> IŽve just found how to proceed using PHP and the fopen() function, but
> I realy need to do the same using ASP (in a 2000 Server using II 5.0).
>
> I need it in order to read HTML content generated by a DataWarehouse
> system an merge it with my HTML code to make a "print page". In my
> case Frame and IFrame structures did not work properly.
>
> Thanks.
>
%%email.unsub%%
>
Message #5 by "Gonzalo Ruiz de Villa" <gonzalo.ruizdevilla@a...> on Thu, 11 Apr 2002 17:41:28 +0200
|
|
XMLHTTP won't do it if the HTML returned is not a well-formed XML document.
You'll get the HTML code but you won't navigate through it.
If the document is XHTML it will work greatly, because XMLHTTP is very easy
to use.
Gonzalo
-----Mensaje original-----
De: Steffen Wogensen Jaques [mailto:webmaster@w...]
Enviado el: jueves, 11 de abril de 2002 17:23
Para: ASP components
Asunto: [asp_components] Re: How To Read HTML content yusing ASP
Hey Rodolfo,
There is a component called w3sockets from Dimac.se -- It's an excellent
tool for accessing external pages. This can naturally also be used for a
multitude of other things, like pinging sites and so forth.
I believe there is a Microsoft produced component called XMLHTTP or
something along those lines, Which might be even more ideal for your
purpose.
Venlig hilsen/Kind Regards,
Steffen Wogensen Jaques
Skovvej 20, 106
DK-6400 Sűnderborg
Denmark
-
www.ecat.dk · www.woah.dk · www.jaques.dk · www.x6.dk
----- Original Message -----
From: "Rodolfo Marinho" <rodolfo@n...>
To: "ASP components" <asp_components@p...>
Sent: Wednesday, April 10, 2002 11:46 PM
Subject: [asp_components] How To Read HTML content yusing ASP
> Hello All,
> IŽd like to know if anyone knows an ASP Object (Freeware or not) that
> can be used to read the HTML content from Web Pages ?
> IŽve just found how to proceed using PHP and the fopen() function, but
> I realy need to do the same using ASP (in a 2000 Server using II 5.0).
>
> I need it in order to read HTML content generated by a DataWarehouse
> system an merge it with my HTML code to make a "print page". In my
> case Frame and IFrame structures did not work properly.
>
> Thanks.
>
%%email.unsub%%
>
gonzalo.ruizdevilla@a...
%%email.unsub%%
|
|
 |