cris12 Posted March 10, 2016 Share Posted March 10, 2016 Please help me. I try to send Enter in textarea but it's not work #include <IE.au3> Local $oIE = _IE_Example("form") Local $oForm = _IEFormGetObjByName($oIE, "ExampleForm") Local $oText = _IEFormElementGetObjByName($oForm, "textareaExample") _IEFormElementSetValue($oText, "Hey {Enter} This {Enter} works! ") ex.au3 Link to comment Share on other sites More sharing options...
crackdonalds Posted March 10, 2016 Share Posted March 10, 2016 you can try: "Hey" & @CR & "This" & @CR & "works! ") cris12 1 Link to comment Share on other sites More sharing options...
cris12 Posted March 10, 2016 Author Share Posted March 10, 2016 Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now