Jump to content

I can't click button. Help me


Recommended Posts

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,

Link to comment
Share on other sites

  • Developers

@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.
  :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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