Guest User

Untitled

a guest
Sep 14th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. = Using the onclick event in asciidoc
  2.  
  3.  
  4. Navigate to the +++<a href="#" onclick="myFunction()">Test console</a>+++
  5.  
  6.  
  7.  
  8. ++++
  9. <p id="demo"></p>
  10.  
  11. <script>
  12. function myFunction() {
  13. document.getElementById("demo").innerHTML = "Hello World";
  14. }
  15. </script>
  16. ++++
Add Comment
Please, Sign In to add comment