Der Code ist zu prägnant, daher werde ich nicht viel Unsinn sagen, sondern nur vorstellen:
Die Codekopie lautet wie folgt:
<Script>
Funktion text () {
var obj = document.createelement ("Eingabe");
obj.value = "1";
document.body.appendchild (obj);
}
</script>
<a href = "javaScript: text ()"> add </a>