Jump to content

sandy197

Newbie
  • Posts

    1
  • Joined

  • Last visited

sandy197's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. случайно увидел в форуме! всю ветку прочитать не успел, но я делал так <input type="text" id="pass" name="pass" value="Password" onFocus="if (this.type=='text') {this.value='';this.type='password';this.focus();}" onBlur="if(this.value.length==0){this.type='text';this.value='Password';}"> работает везде кроме IE!!! там он не может получить свойство type
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy