Jump to content

How to record user action on IE


Recommended Posts

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>

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...