On Fri, 2009-08-14 at 01:15 -0700, James Colannino wrote:
> Hey everyone!  I have a question.  I know that you can use fopen to open
> not just local files, but also files via HTTP.  My question is, assuming
> you're attempting to open a page that has popups, is there anyway to get
> at the actual content underneath the popup?
> 
> Thanks!
> 
> James
> 
As far as I'm aware, you won't get any popups using fopen. Popups are a
thing of Javascript (or links clicked on that have a target other than
_self, _parent or _top) so just calling the page won't trigger them to
be opened.

Thanks,
Ash
http://www.ashleysheridan.co.uk


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to