This web site creates a *popup window* => how fetch contents in a script?

Paul Rubin http
Tue Mar 6 15:27:20 EST 2007


"seberino at spawar.navy.mil" <seberino at spawar.navy.mil> writes:
> Sure I can grab the aforementioned URL's contents but what about the
> NEW contents in the NEW popup window that appears AFTER you press some
> form buttons?  How grab *that* ?

Usually it's from some fixed url with possibly some query parameters.
Just figure out the url from your "Properties" in your browser, or by
studying the javascript that popped up the window.  There are various
ways the popup sites can make this difficult but it's rare for them
to bother.  




More information about the Python-list mailing list