Gossamer Forum
Skip to Content



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.com


Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Custom Toolbar for IE and Firefox! - Compare our different Plugin packages *new*
Free CSS Templates
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.