Guest User

js ! tags

a guest
Sep 17th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3.  
  4. <html>
  5.     <head>
  6.         <title>first page</title>
  7.         <script type="text/javascript">
  8.  
  9.        
  10.         function getElements() {
  11.             var x = document.getElementsByTagName("!");
  12.             alert(x.length)
  13.         }
  14.        
  15.        
  16.         </script>
  17.     </head>
  18.    
  19.     <body>
  20.         <input type ="button" onclick="getElements()" value="push"/>
  21.        
  22.         <testTag id="test1">testing</testTag>
  23.         <!>testing2</!>
  24.         <!>testing3</!>
  25.     </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment