in reply to Using perl to read multiple html frames
Well, what do you mean be "see the 2nd and 3rd frames"? A frameset is an HTML Document as any other and you can extract the URIs of the frames out of that frameset using HTML::Parser (or similar). Have a look at http://w3.org/TR/html4 to see what a frameset looks like.
--
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Using perl to read multiple html frames
by TacoVendor (Pilgrim) on Aug 15, 2002 at 17:01 UTC |