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

<script>

document.getElementById('change').addEventListener('keyup', function (evt) {

   alert(this.value);
   document.getElementById("marker").setAttribute("cx", this.value);

}, false);

</script>

<input type="text" id="change">