searching html documents

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David Rwj Cherry CS2000

    searching html documents

    hi,
    i was wondering if you could cast some light on a confusing subject. is
    there a way which you know of that can search through html documents and
    extract selected information, and display that in another (main) html
    document??

    any clarification on this would be greatly appreciated.

    thanks

    david

  • Lasse Reichstein Nielsen

    #2
    Re: searching html documents

    David Rwj Cherry CS2000 <dcherry+usenet @cis.strath.ac. uk> writes:
    [color=blue]
    > i was wondering if you could cast some light on a confusing
    > subject. is there a way which you know of that can search through html
    > documents and extract selected information, and display that in
    > another (main) html document??[/color]

    Plenty.
    [color=blue]
    > any clarification on this would be greatly appreciated.[/color]

    Definitly! What is it you want to do?

    Where do the pages come from (if not from the same domain, it's
    impossible in a normal browser). What do you have: A loaded page
    in a window or just the URL?

    Suggestion:
    Use DOM to create an iframe. Load the page into the iframe.
    Use DOM to traverse the document tree of the loaded page.

    /L
    --
    Lasse Reichstein Nielsen - lrn@hotpop.com
    DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleD OM.html>
    'Faith without judgement merely degrades the spirit divine.'

    Comment

    Working...