Scusa, avrei preferito qualcosa tipo
Codice HTML:
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function funz1(valore) {
document.getElementById("text2").value="<#c:" + valore + ">";
}
</script>
<meta charset="utf-8">
<meta name="generator" content="AlterVista - Editor HTML"/>
<title></title>
</head>
<body>
<textarea id="text1" value=""></textarea><br>
<input type="text"id="text2" value=""><br>
<button onclick="funz1(this.value)">Try it</button>
</body>
</html>
Però non funziona bene. Che devo fare?