Jump to content

No forms in _IEFormGetCollection


Recommended Posts

Hi ,

When i run this script i get "no forms"

#include <IE.au3>

Opt("WinTitleMatchMode", 2)

$oIE = _IECreate ("SOMEURL")

$oForms = _IEFormGetCollection ($oIE)

MsgBox(0, "Forms Info", "There are " & @extended & " forms on this page")

For $oForm In $oForms

MsgBox(0, "Form Info", $oForm.name)

Next

How can i set a value into textbox without form?

Thanks in advance ,

Poli .

Link to comment
Share on other sites

Top level element could also be a Frame or iFrame. You might have to drill down to the Form element. Check out the page with a DOM inspector to be sure.

:huh2:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...