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,