[PHP] Re: Using fopen on a site with popups

2009-08-14 Thread Ralph Deffke
have u tried?

I did not, but as far as I understand u getting the stream including the
html causing the browser to open an popup.

so what is ur real problem then?

James Colannino ja...@colannino.org wrote in message
news:4a851d14.2010...@colannino.org...
 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



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



Re: [PHP] Re: Using fopen on a site with popups

2009-08-14 Thread James Colannino
Ralph Deffke wrote:
 have u tried?
 
 I did not, but as far as I understand u getting the stream including the
 html causing the browser to open an popup.
 
 so what is ur real problem then?

Yeah, ummm...

Sorry for the traffic.  That was a really stupid question...  It looks
like the format of a page I was reading data from changed, which messed
something else up.  It just recently started implementing popup ads as
well, so I blamed that, but as another poster pointed out, popups are
caused by javascript execution in the browser, so that shouldn't have
any effect on the content I read.

Me needs to get some sleep :)

James

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



Re: [PHP] Re: Using fopen on a site with popups

2009-08-14 Thread Ralph Deffke
well included in a html script tag isn't it!

James Colannino ja...@colannino.org wrote in message
news:4a8522f6.60...@colannino.org...
 Ralph Deffke wrote:
  have u tried?
 
  I did not, but as far as I understand u getting the stream including the
  html causing the browser to open an popup.
 
  so what is ur real problem then?

 Yeah, ummm...

 Sorry for the traffic.  That was a really stupid question...  It looks
 like the format of a page I was reading data from changed, which messed
 something else up.  It just recently started implementing popup ads as
 well, so I blamed that, but as another poster pointed out, popups are
 caused by javascript execution in the browser, so that shouldn't have
 any effect on the content I read.

 Me needs to get some sleep :)

 James



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