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

<script>

function change_cx() {

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

}

</script>

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