Hello OS folks,
I have this on an html:
<input type="text" name="username" size="10" alt="Username" value="Username"
onfocus="if(this.value=='Username') this.value='';" />
But this prompts an irritating IE security box on browser.
It there anything I can do to get rid of that IE box? Or any other option to use to the same effect?
Thanks!
Maria