Guest User

Untitled

a guest
Mar 7th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.27 KB | None | 0 0
  1. <html>
  2. <head>
  3.   <script>
  4.     window.onload = function() {
  5.       // update the "src" attribute
  6.       document.querySelector('core-icon').src = window.location.href + '.png';
  7.     };
  8.   </script>
  9. </head>
  10. <body>
  11.   <core-icon icon="help"></core-icon>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment