Originally Posted by Stouffer
..such as:-
Pressing the insert image button and haveing to highlight/delete the http:// bit every time.
|
Admin Ginola, your mission should you choose to accept it is this:
the code required to fix the annoyance described above is this
onFocus="this.select()"
It will need to be added to the input tag for the insertimage form field which would eventually look something like <input type="text" id="insertimage" value="http://"
onFocus="this.select()">
It's a big challenge but one which I feel should be repped to the max if you can hone your nerding to achieve this amazing feat.
Do you accept?