Advertisement
regorg

Untitled

Nov 27th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title></title>
  5.     <script type="text/javascript">
  6.         function change()
  7.         {
  8.             obrazek2 = document.getElementById("obrazek2").innerHTML='<img src="logo.jpg">';
  9.         }
  10.     </script>
  11. </head>
  12. <body>
  13.     <div id="obrazek1" onclick="change()"><img src="logo1.png"></div>
  14.     <div id="obrazek2"></div>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement