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

<script>

function change_cx() {

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

}

</script>

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