USama Posted April 19, 2010 Posted April 19, 2010 (edited) Hello, I tired more help in site before i post this topic ... but unlucky it dosent help me My problem in sites using aspx like http://www.manjam.com ..... the site have sexual photo ( Sorry ) U Can Log Directly From Here http://www.manjam.com/myAccount/join/signin.aspx i want to log in and log out when the page is minimized i tried this code but no way #include <IE.au3> $oIE =_IECreate("http://www.manjam.com/myAccount/join/signin.aspx",0,1,1);opens the webpage ; get pointers to the login form and username, password and signin fields $o_login = _IEGetObjByName($oIE,"username") _IEFormElementSetValue ($o_login, "my user name") $o_password = _IEGetObjByName($oIE,"password") _IEFormElementSetValue ($o_password, "my pass word") $o_signin=_IEGetObjByName($oIE,"Sign-in") Sleep(2000) _IEAction($o_signin,"click") thx Edited April 19, 2010 by USama
trancexx Posted April 19, 2010 Posted April 19, 2010 It's not "username", it's "MemberSignin1:tbNickname". It's not "password", it's "MemberSignin1:tbPassword". It's not "Sign-in"", it's "MemberSignin1:btnSignin". That much I see. What sexual photo? ♡♡♡ . eMyvnE
USama Posted April 20, 2010 Author Posted April 20, 2010 It's not "username", it's "MemberSignin1:tbNickname".It's not "password", it's "MemberSignin1:tbPassword".It's not "Sign-in"", it's "MemberSignin1:btnSignin".That much I see.What sexual photo?Thanks a lot . you helped me so much .. but i need to know how did you get this names "MemberSignin1:tbNickname"i know u searched for input name by saving page and open it with notpade . or view page source .. but i wanna know how to click on "sign out".. and its java script appear msg box ok or cancel .... can i make all of it when minimized ...??????thx alot about sexual photo ( this site is containing sexual photo so i just let u know )
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