di nuovo grazie mille!Originariamente inviato da Xinod
intendi semplicemente un tasto per inserire un
nel testo?
x es.
ciaocodice:<script> function a_capo(){ var sel=editArea.document.selection if(sel.type!='Control') sel.createRange().pasteHTML(sel.createRange().text+" "); } </script> <input type="button" value="br" onclick="a_capo()" />
ciao
Lukas

Rispondi quotando