Automated web browser

Kezdőlap
Csatolmányok:
Üzenet email-ben
+ (text/plain)
Üzenet törlése
Válasz az üzenetre
Szerző: Dan Aldrich
Dátum:  
Tárgy: Automated web browser
Thanks for pointing me in the right direction. Found a few references on the net for java based wget classes. I'll probably go that route.

-d

At 04:05 PM 10/14/01 -0700, you wrote:
>Well, after taking alook at the site, it seems they're using the GET method
>of parameter passing. As such, you can just instruct wget to pull down the
>webpage you want with the parameters listed in the URL. Ex:
>
>    wget http://www.heavens-above.com/main.asp?Loc=Phoenix&Lat=33.448&Lng=-112.073&TZ=Arizona

>
>Then you can use whatever script/program you want to dissect that page.