Jump to content

Problem with script using IE.au3


Recommended Posts

Hi

I have a one small problem with my script.

$oIE = _IECreate ("link")
here code to sign in on the website
_IENavigate($oIE, "javascript code to make something visible(on the site)")
$mess = _IEGetObjByName($oIE, 'message')
_IEFormElementSetValue ($mess, "AutoIt IE.au3")

Problem is that: when i sign in on the site and next i use _IEFormElementSetVaule for message with out using javascript code it works. But when i use _IENavigate to use javascript code i can't type text (_IeGetObjByName ($oIE <-because url isn't "link", it is my javascript code.

Sorry, bad english xD.

Can i make something like that:?

$oIE = _IECreate ("link")
sign in
_IENavigate($oIE, "javascript code to make something visible(on the site)")
$mess = _IEGetObjByName("link", 'message')
_IEFormElementSetValue ($mess, "AutoIt IE.au3")
Edited by haggard
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...