haggard 0 Posted August 6, 2010 It's my first post. Hello. I am trying to use IE.au3 in my scripts . Ok, i want to go to video on youtube and then i pres a HotKey (F2) and script would automatic go to comment box, write "What's name of song?" and submit comment by pressing "Post". I think that i edit and use this: #include <IE.au3> $oIE = _IECreate ("http://www.google.com") $oForm = _IEFormGetObjByName ($oIE, "f") $oQuery = _IEFormElementGetObjByName ($oForm, "q") _IEFormElementSetValue ($oQuery, "AutoIt IE.au3") _IEFormSubmit ($oForm) Can someone change this script for me? Thanks. Share this post Link to post Share on other sites
haggard 0 Posted August 6, 2010 I mean name of textarea . Share this post Link to post Share on other sites
PsaltyDS 39 Posted August 6, 2010 Spamming sites like that tags you as someone we don't want around here... Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
big_daddy 20 Posted August 6, 2010 Spamming sites like that tags you as someone we don't want around here... I agree. Share this post Link to post Share on other sites