Jump to content

Recommended Posts

Posted

I have autoit open a webpage, but I would like to fill out certain fields. One of the fields is a dropdown list and the other is a text field.

how would I go about doing this?

Posted

Look at the family of _IE functions. You can find them in your AutoIt help file.

  Reveal hidden contents

 

  • Moderators
Posted

Hi, mrjoli021. Can you please post the code you have thus far, or at least the URL you're trying to manipulate? It will be much easier to assist if we can see what you're trying to accomplish :)

"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!

Posted

it is an internal site, but basically it is a form and what I am doing is calculating the number of tabs and filling it that way, but just wondering if there was an easier way to do this?

Posted

ShellExecute ("iexplore", "[url="http://www.google.com"]http://www.google.com[/url]")
Send("+{TAB 24}")
Send("{ENTER}")
Send("+{TAB 55}")
Send("hello there")

I would like to input "hello there" after having the browser tab 24 times then hit enter and then tab again 55 times. I have counted the tabs and they are fine, but nothing gets printed in the text field. Again I the website is internal so I cant post it.

Posted

EWWWWWWWWWWWWWWW

:puke: :puke: :puke: :puke: :puke: :puke: :puke: :puke: :puke:

You did NOT just send 55 tabs...

Please... I beg of you... look at the _IE functions.... PLEASE! :(

  Reveal hidden contents

 

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
  • Recently Browsing   0 members

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