cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

RE: How can I see frame or inframe html code with curl?

From: Naveed Memon <naveedmemon_at_gmail.com>
Date: Thu, 13 Oct 2005 18:23:45 -0400

I believe this cannot be done, since the page within a frame (or IFrame) is
a separate page, sometimes located on the same server, sometimes on a
different server. So you have to connect to that inner page separately. A
frames page with 4 frames is considered as 4 different pages (having 4
different URLs)... I hope this helps!!

Regards,
Naveed

-----Original Message-----
From: curl-and-php-bounces_at_cool.haxx.se
[mailto:curl-and-php-bounces_at_cool.haxx.se] On Behalf Of RtL
Sent: Thursday, October 13, 2005 5:36 PM
To: curl-and-php_at_cool.haxx.se
Subject: How can I see frame or inframe html code with curl?

IF i have a page with frames or inframes, how can i
take the html code from frames, without cURLing the
frames separetly.
Is like taking the code from something.php that is a
frame in index.php
I ask if there is any way to get html code from
something.php browsing index.php with cURL.
taking something.php doesnt work. I tried put referer,
agent and cookie. I dont know what kind of protection
they have, but it doesnt working...
Maybe there is something that i dont know.

        
                
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2005-10-14