Jump to content

Updating a field in a popup window


Recommended Posts

All,

I am trying to pass credentials to an IE window. But when I hit the web site, I get a windows popup. It then takes focus off the IE site so I cannot use IE to send the credentials. I tried making the window accept input, but it will not allow me to even call it. I have included the AUTOIT window info, and a picture of the popup.

When I try to enter data in a field, the script stops. I am using the WinActivate( "Connect to 223.223.223.1", "") Once I can get it so I can put the data in, I would like to do it minimized from the Taskbar or hidden.

Thoughts Oh' masters of AutoIT

Richard

Doc1.doc

Doc2.doc

"so much work, so little brains..."

Link to comment
Share on other sites

If you don't need much security, you may try passing the URL in the form http://login:password@host.domain.root/homepage... but I don't know if that will be interpreted by the system correctly before being passed around.

I've little experience with entering credentials in those dialogs with AutoIt. I suppose you should WinWatActive and then ControlSend, but certainly others know better.

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...