Suppose this
<input type="text" value=http://www.webdeveloper.com/forum/archive/index.php/"don't change me" onfocus="this.blur()">
<input type="checkbox" name="sign" value=http://www.webdeveloper.com/forum/archive/index.php/"yes">
I want when checking this box, the blur on the text field will be disabled and the user can enter data inside it and vice versa.
Also suppose the page contains several text fields and I want make a checkbox for each one to do the action described above
Please Help!!
<input type="text" value=http://www.webdeveloper.com/forum/archive/index.php/"don't change me" onfocus="this.blur()">
<input type="checkbox" name="sign" value=http://www.webdeveloper.com/forum/archive/index.php/"yes">
I want when checking this box, the blur on the text field will be disabled and the user can enter data inside it and vice versa.
Also suppose the page contains several text fields and I want make a checkbox for each one to do the action described above
Please Help!!