Advertisement
achshar

Untitled

Mar 25th, 2011
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.18 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <script type="text/javascript">alert(document.getElementById('hello').innerHTML);</script>
  4.     </head>
  5.     <body>
  6.         <span id="hello">popup</span>
  7.     </body>
  8. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement