phild22 Posted February 14, 2015 Posted February 14, 2015 #include <IE.au3> Call ("Submit") Func Submit() Global $oIE = _IECreate ("https://www.planetside2.com/ps2onps4") Local $email = _IEFormElementGetObjByName ($oIE,"emailTextBox") Local $button = _IEFormElementGetObjByName ($oIE,"emailSubmitBtn") _IEFormElementSetValue($email,"myemail@me.com") _IEAction ($button,"click") EndFunc what's wrong?
Developers Jos Posted February 14, 2015 Developers Posted February 14, 2015 what's wrong? It is game related so please read our forum rules. 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.
Recommended Posts