Jump to content

Recommended Posts

Posted

My script :

 

 

$oIE = ObjCreate("InternetExplorer.Application")

$oIE.visible = True

$oIE.Navigate("http://imiss.hoakhoi.vn/picture/-le-thi-kieu-oanh.aspx#.U761BPmSwSw")

Sleep(5000)

$oIE.document.getElementById("ctl00_ctl00_Content_Content_txtEmail").value= "name@gmail.com"

$oIE.document.getElementByName("ctl00$ctl00$Content$Content$btnSubmit").click ;

 

 

But this cript don't auto click button. :(

Can you help me edit ?

Thanks,

Posted

no , i'm learnning autoit script. 

$oSubmit = _IEGetObjByName ($oIE, "ctl00$ctl00$Content$Content$btnSubmit")
    $oIE = _IEAction ($oSubmit, "click")

It's work fine.

  • Developers
Posted

@lovelace2101,

It should be clear to you that you should read our forum rules and only post questions that are allowed.

Next thread creation or post on this topic will result in a ban.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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