<input type="text" name="email" autofocus="" autocomplete="off"/>
<input type="text" onkeypress="alert(this.value)">
<input type="text" onkeyup="alert(this.value)">
<input type="text" onkeydown="alert(this.value)">
<input onblur="alert('test')">
<select onchange="alert(this.value)">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
</select>
<input type="text" onkeypress="alert(this.value)">
<input type="text" onkeyup="alert(this.value)">
<input type="text" onkeydown="alert(this.value)">
<input onblur="alert('test')">
<select onchange="alert(this.value)">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
</select>
No comments:
Post a Comment