New wiki-page
Revision as of 17:31, 9 August 2017 by Ikabodo (talk | contribs)
Jump to navigation Jump to search

<script>

function change_cx() {

   alert(document.getElementById("change").value);

}

</script>

<input type="text" id="change" onchange="change_cx();">