Advertisement
cc2k

Untitled

Dec 23rd, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2.     <html>
  3. <body>
  4.  
  5. <form id='form'>
  6.  
  7.     <input type='button' value='All sets' onclick='testFunction()'
  8. </>
  9.  
  10. <script type='text/javascript'>
  11.  
  12.  
  13.     /**
  14.      *
  15.      */
  16.     function testFunction(){
  17.  
  18.  
  19.         var $something = "gelukt";
  20.         echo $something;
  21.  
  22.  
  23.     }
  24.  
  25. </script>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement