Hallo rob.
wie mache ich das am besten, dass, wenn man auf ein Input-Feld (text) klickt, sofort (ohne strg+a) der komplette Inhalt (value) markiert wird?
onclick="formularname.eingabefeld.select();"
Kürzer und weniger fehlerträchtig:
<input type="text" onfocus="[code lang=javascript]if (this.select) this.select();
" />[/code]
Einen schönen Mittwoch noch.
Gruß, Mathias
--
ie:% fl:| br:< va:) ls:& fo:) rl:( n4:~ ss:) de:] js:| mo:| zu:)
debian/rules
ie:% fl:| br:< va:) ls:& fo:) rl:( n4:~ ss:) de:] js:| mo:| zu:)
debian/rules