Guest User

Untitled

a guest
Jun 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <script type="text/javascript">
  2. var someText = '<?=$someText?>'
  3.  
  4. function showText () {
  5. document.getElementById('container').innerHTML = someText
  6. }
  7. </script>
  8.  
  9. <a href="#" onclick="showText()">Link</a>
  10. <table name="tblName">
  11. <tr>
  12. <td id="container">
  13. </td>
  14. </tr>
  15. </table>
Add Comment
Please, Sign In to add comment