[JavaScript] input prob

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [JavaScript] input prob

    mein problem:
    Code:
    <input type="text" name="abc">
    wird bei mir mehrfach verwendet. wie kann ich verhindern, dass die automatische auswahl erscheint? Beispiel gebe ich erstes mal "Hallo" ein. geh ich das 2. al drauf und gebe "h" ein, kann ich "Hallo" auswählen. Wie kann ich das im IE UND Firefox unterdrücken?

    Thx 4 Help
    Signatur-Text ...

  • #2
    okay habs!
    wers brauch:
    PHP Code:
    autocomplete=off 
    onselect
    ="storeCaret(this)" 
    onclick="storeCaret(this)" 
    onkeyup="storeCaret(this)" 
    Signatur-Text ...

    Comment

    Working...
    X