Advertisement
pakson

powiększanie obrazka

Jun 5th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <img id="aa" src="Tulips.jpg" width="100" height="50" onclick="powieksz()" style="cursor:hand">
  2. <script type="text/javascript">
  3. function powieksz (){
  4. document.getElementById("aa").width="500";
  5. document.getElementById("aa").height="300";
  6. }
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement