voy...@sbt.net.au writes:
> is there a way to run wget with that url and, tell it to 'press' one of
> the buttons?

Basically, yes, since an HTML "submit" operation causes an HTTP request
to be sent.  What you need to learn is the details of the correct HTTP
request, and then figure out how to make wget perform that request.
There are a lot of details; probably the best way to start is to learn
how HTML form submissions work, which can be found in many HTML
references.

Dale

Reply via email to