Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div onmouseover="kolo">KOŁO</div><div onmouseover="kwadrat()">KWADRAT</div>
- <p id="demo"></p>
- <script>
- function kolo()
- {
- var x = document.getElementById("demo");
- x.src = "kolo.png";
- }
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement