Hello all. Here is my problem. I am trying to automate a ratings list for our local table tennis club. I can manually download the USATT ratings for our state at 'http://www.usatt.org', but I don't know how to automate this.
Actually, I am now to the point that I don't really know how to approach it. I originally thought I could go to the state ratings page and somehow download the frames, however, that web address doesn't work (because it is automatically generated?). If I go directly to the address, I get the error
"Microsoft VBScript runtime error '800a0005'
Invalid procedure call or argument: 'left'
/history/index2.asp, line 17 ".
I guess my new approach would be to have a script actually do a search by state to get to the page then download the frames, but I don't how to do that, or if it is possible. I am fairly new to Perl, so I don't even know if this is supposed to be easy. I have searched for various modules and found WWW::Mechanize::Frames and LWP::UserAgent::FramesReady, but haven't figured it out.
I could probably use wget to grab everything, but that seems like major overkill. I would appreciate some ideas as to what to do.
Thanks,
Scott