eUncle: input-felder markieren

Hallo,

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?

Danke :)

  1. Hi!

    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();"

    Schöner Gruß,
    rob

    1. 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