fork download
  1. //Age of Conan API Test
  2.  
  3. <script type="text/javascript">
  4. function changeText(){
  5. document.getElementById("new_coder').innerHTML = 'Hello World';
  6. }
  7. </script>
  8. <b id='new_coder'>Good Bye World</b>
  9. <input type='button' onclick='changeText()' value='Change Text'/>
Runtime error #stdin #stdout 0.01s 4980KB
stdin
1
2
10
42
11
stdout
Standard output is empty