Advertisement
Nairo05

Untitled

Apr 10th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.     var audio = document.getElementById("test222");
  3.     audio.addEventListener('ended',function() {
  4.         window.location = "http://www.andereseite.com/";
  5.     });
  6. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement