anderzreevez
Programmer
Hiya,
Does anyone know how I can have a form appear with a input field with a pre-populated, highlighted text value:
Like this:
<input type =\"text\" name =\"searchstring\" size=\"50\" value =\"Use % as wildcard e.g. dis% returns 'Disney'\" javascript:this.form.searchstring.focus();this.form.searchstring.select();></input>
The idea is that the text is highlighted and focused so that users just need to type to delete and replace what's already there.
Anders
Does anyone know how I can have a form appear with a input field with a pre-populated, highlighted text value:
Like this:
<input type =\"text\" name =\"searchstring\" size=\"50\" value =\"Use % as wildcard e.g. dis% returns 'Disney'\" javascript:this.form.searchstring.focus();this.form.searchstring.select();></input>
The idea is that the text is highlighted and focused so that users just need to type to delete and replace what's already there.
Anders