Gossamer Forum
Home : General : Perl Programming :

HTTP::Request and Frames

Quote Reply
HTTP::Request and Frames
Hi there.

I am trying to get information of Google videos by using HTTP::Request and then parsing
the returned contents. Here is a sample video (a random one):

http://video.google.com/...=6814075995113191884

This webpage is used to display the selected video. It is also divided into two frames.
Unfortunately, HTTP::Request only returns the first frame, and not both. Is there something
I'm missing here? I really need that second frame Frown


Sacrifice is not about what you lose,
it is about what you gain in the process.
Quote Reply
Re: [EZFrag] HTTP::Request and Frames In reply to
Hi,

Mmm.. I tried looking at the source, and it doesn't seem to be a FRAMESET - so not sure why HTTP::Request is only getting one of the frames :/

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] HTTP::Request and Frames In reply to
Ah.... Got it...
I just rightclicked on each frame, clicked on properties, get the URL of each frame and request them seperately Smile

Thanks Wink


Sacrifice is not about what you lose,
it is about what you gain in the process.