Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.51 KB | None | 0 0
  1. <html>
  2. <body>
  3.     <img src="http://agrobiol.sggw.waw.pl/~z.laudanski/obrazek.jpg" alt="asd" id="1"/>
  4.     <img src="http://agrobiol.sggw.waw.pl/~z.laudanski/obrazek.jpg" alt="asd" id="2"/>
  5.     <img src="http://agrobiol.sggw.waw.pl/~z.laudanski/obrazek.jpg" alt="asd" id="3"/>
  6.     <img src="http://agrobiol.sggw.waw.pl/~z.laudanski/obrazek.jpg" alt="asd" id="4"/>
  7.    
  8.     <script>
  9.         alert(document.write(window.images[1].id));
  10.         alert(document.write(document.images[1].id));
  11.     </script>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement