codice:
<script>
 function funz1(valore) { document.getElementById("text2").value="<#c:" + valore + ">"; }
 </script>
Primo:<br>
<input type="number" id="text1" value=""><br>
Secundo:<br><input type="text" id=text2" value=""><br><br>
<button onclick="funz1(document.getElementById('text1').value)">Vai!</button><script>
 function funz1(valore) { document.getElementById("text2").value="<#c:" + valore + ">"; }
 </script>
Primo:<br>
<input type="number" id="text1" value=""><br>
Secundo:<br><input type="text" id=text2" value=""><br><br>
<button onclick="funz1(document.getElementById('text1').value)">Vai!</button>
Vorrei che il testo inserito nella secunda textarea, una volta pe emuto il submit,, andasse a posizionarsi dopo quello che uscirebbe nella seconda textarea nel codice che ho postato io.

"<#c:"+valore+">"+testo inserito nella sexonda textarea

E questo deve comparire nella seconda textarea dopo aver premuto "Vai!".

Grazie
Bruno