Matthew, I did a web project for our Intranet recently, which took an Xml
document and then used xslt & css to format, and display on the fly using
Javascript. If I tried to view the html, from memory it was blank and if I
added Javascript code to my asp page, to capture it to the screen as a
dialog, I only got the html without the formatting. If you're trying to
analyse the html from a site where it is produced on the fly, maybe your
component won't work at all? i.e. no html to find.

Could you capture the web page text to the clipboard (once it's on screen)
and then analyse the text you get?

Don't really know what I'm talking about so ignore me if this doesn't make
any sense!

Dave

        
                Dave Jollie
                Developer, TOWER NZ IT
        *
        *: 09 368 4259
        *: 09 306 6801
        *: [EMAIL PROTECTED]
        *: 46 Parnell Rd, Parnell, Auckland

-----Original Message-----
From: Dennis Chuah [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 13 November 2003 3:16PM
To: Multiple recipients of list delphi
Subject: Re: [DUG]: How do i GET this HTML...


<guesses>
Perhaps you need to preserve cookies?
Perhaps the cgi / servlet only expects POST?
Are you having to go through a proxy server?
</guesses>


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Wednesday, November 12, 2003 2:41 PM
Subject: [DUG]: How do i GET this HTML...


> 2 Questions really.
> 1.
> I'm writting a component that will goto a defined webpage
> and download all the files from it based off the links in
> the html. This works fine with normal HTML but heres my
> problem. The page that i need it to work on is generating
> HTML via cgi or a Java servlet and when i use a GET on the
> page i am returned a 404 error. Goto the define URL in my
> browser and i get it fine. I get no html returned at all.
> What can i do?
>
> 2. Other question is, where is the DUG page these days? I
> wanted to sign up for the list at work but cant seem to
> locate the page anymore.
>
> Regards,
> Matthew Evans
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
>
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to