Neocortex Posted December 3, 2012 Posted December 3, 2012 Hi! I have an address feed, like this (on my server): First Name: Johhny Last Name: Bravo Address 1: 123451 62nd ave e City: New York Postcode: 12345 Region / State: New York Region / State Code: NY Country:United States And I haveto complete a HTML form to fill this data on another webserver. It would be easy to generate an AU3 SEND script with PHP like this: Johhny{TAB}Bravo{TAB}1321 62nd ave e{TAB} etc.... But the form on that site contain a dropdown select list too for Country input. Any1 have a good idea how to select the dropdown's value with Autoit? Thanks!
Moderators JLogan3o13 Posted December 3, 2012 Moderators Posted December 3, 2012 Hi, Lazarushun. If you highlight the field, will it allow you to start typing and then autofill, or not? For example, if you type United in the field and then press the down arrow, will it auto-fill United Arab Emeriates (or whatever country is first nowadays)? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
water Posted December 3, 2012 Posted December 3, 2012 To create a reliable script to automate a website I would have a look at the IE UDF which comes with AutoIt (if you use Internet Explorer as your browser). My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
GMK Posted December 3, 2012 Posted December 3, 2012 Look at the help file for _IEFormElementSelect or check out the _WinHTTPSimpleFormFill.
Neocortex Posted December 3, 2012 Author Posted December 3, 2012 Hi, Lazarushun. If you highlight the field, will it allow you to start typing and then autofill, or not? For example, if you type United in the field and then press the down arrow, will it auto-fill United Arab Emeriates (or whatever country is first nowadays)?Yes, I was sure it won't work. But it can be filled while in focus if you type fast enough In Firefox and Opera tooThanks!
Moderators JLogan3o13 Posted December 3, 2012 Moderators Posted December 3, 2012 Glad you solved your problem. As was mentioned, not the ideal method, but glad it is working for you "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now