ChrisB: onBlur lässt textarea automatisch verschwinden?

Beitrag lesen

Hi,

// onBlur

function setup_text(e){
    var mnr = e.target.id.match(/\d{1,2}$/);

('text'+mnr).innerHTML = _(e.target.id).value;

  
\_('text\_'+mnr) referenziert auf dein P-Element, nehme ich an? Na natürlich ist die Textarea dann weg, wenn du mit innerHTML den kompletten Elementinhalt neu setzt …  
  
MfG ChrisB  
  

-- 
Autocomplete has spoiled me to a point where it happens every so often that I encounter a CAPTCHA, and I just type in the first character … and then wait for the rest of the code to be automatically suggested :/