Sorry for the late reply.. IE is a duanting task to automate at first (It took me a couple months to just get started beyond a simple navigate to feel comfortable in it), but once you understand the object model, it's pretty easy to automate.
What you're asking to do is rather easy.. I'll give this sample for what it's worth -- since I am currently looking for non-contract work, I figure this sample is appropriate. :) Cheers to anyone it helps. Yes, it doesn't fill any listboxes, but they are rather easy to do as well once you understand the find_tag function. Here's a link to the IE development manuals... For after digesting the functions code (and wanting more) -- shouldn't take you too long. http://msdn.microsoft.com/workshop/index/default.asp I'm in the middle of re-developing the InternetExplorer-Window module and adding the functions.pm -- so you won't be able to find it on the net.. The PMs are attached. Please give positive/negative feedback if you are interested in this subject and/or just want to. :) Steven -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, July 25, 2005 9:44 PM To: [email protected] Subject: Open IE and fill out a Web-Form Hi everybody, I would have to open an IE window, open a URL, login to some server that makes heavy use of JavaScript, wait for feedback and then fill out a form that has all kinds of controls (text boxes, drop down boxes, buttons, etc). Does anybody know a "short" HowTo or some "simple" sample code instead of monstrous man-pages? It seems not to be THAT simple (as usual with perl). Thanks everybody, Peter _______________________________________________ Perl-Win32-Web mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
sample.pl
Description: sample.pl
Window.pm
Description: Window.pm
Functions.pm
Description: Functions.pm
_______________________________________________ Perl-Win32-Web mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
