IE problem with javascript
- by Syom
i have the following simple script
<input class="input" type="text" name="password" style="color: #797272;"
value= "<?php if ($_POST[password] != '') {echo '';}
else {echo '????????';}?>"
onclick="if (this.value === this.defaultValue) {
…