konani Posted May 3, 2010 Posted May 3, 2010 Hi all,How to record user action on IE. For example, user input a text in username field in following HTML page, so how to know what string user input and what ID field user input?Thanks in advance,Simple HTML code:<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Login</title></head><body><form id="frmLogin" name="frmLogin" method="post" action=""> <p>Username: <input type="text" name="txtUsername" id="txtUsername" /> </p> <p>Pass: <input type="password" name="txtPassword" id="txtPassword" /> <br /> </p></form></body></html>
konani Posted May 3, 2010 Author Posted May 3, 2010 Well this sure doesn't seem innocent.No, I would like to code a macro program like iMacros (http://www.iopus.com/)
cotax Posted May 3, 2010 Posted May 3, 2010 Dont have a clue how it works with autoit. but why dont u use php for it? then save it to txt or to a database
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