kazend Posted January 18, 2007 Posted January 18, 2007 sorry..help sample script..site..http://www.nexon.comautologin..plz//nomouse SIMULATIONex..dim $xAutoItSetOption("WinTitleMatchMode", 2); Create a browser window and navigate to hotmail$oIE = _IECreate()_IENavigate($oIE, "http://www.nexon.com/") ; get pointers to the login form and username and password fields$o_form = _IEFormGetObjByName($oIE, "Login/Loginproc")$o_login = _IEFormElementGetObjByName($o_form, "strnexonid")$o_password = _IEFormElementGetObjByName($o_form, "strpassword")no find strNexonid input value...plz..autologin script sample code..
DaleHohm Posted January 18, 2007 Posted January 18, 2007 (edited) Too many activeX controls and other crap on that site. I'm not going to install them. Sorry. Dale Edited January 18, 2007 by DaleHohm Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
CrewXp Posted February 6, 2007 Posted February 6, 2007 Any chance someone has an autoit script for this? I'm trying to make one that automatically signs me into my Msn Passport, but it's kinda hard. Does yours work for this Larry?
DaleHohm Posted February 6, 2007 Posted February 6, 2007 snippet database has an example of logging into Hotmail...Dale Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
CrewXp Posted February 6, 2007 Posted February 6, 2007 cool. That's what I was actually looking at earlier in another thread. But is there a way do you think to set it up, so it hides the window that logs in? I'm trying to make a script that does web functions for me. I'm thinking of having it, so I enter the login info in the program, and then it logs me in to my passport. After I'm logged in, I can send commands to the website.
DaleHohm Posted February 6, 2007 Posted February 6, 2007 Look at the optional parameters for _IECreate BTW, suggest you open your own thread next time instead of jumping into a vaguely related one. Dale Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
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