This is little bit but it is very useful. This is input type equalto text when when cursor come in input then change type equalto password.
Embed in html
[java]
<input type="text" onblur="javascript:if(this.value==”){this.value=’password’,this.type=’text’} else {this.type=’password’}" onfocus="javascript:if(this.value==’password’){this.value=”} {this.type=’password’}" value="password" tabindex="1" size="30" id="txtEmail" name="txtEmail">
[/java]
This is Demo
Support browser
| IE | Firefox | Safari | Chrome | Opera |
| 6.0+ | 3.5+ | 3.0+ | 3.0+ | 10.5+ |
Excellent blog here! Also your website loads up fast!
What host are you using? Can I get your affiliate link to your host?
I wish my site loaded up as fast as yours lol
It not working on IE 7 ,8 . Only working on IE 9.
Not working on any version of IE
Not working on IE 8