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

<script>

function change_cx(this.value) {

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

}

</script>

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