Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events" xml:space="preserve" onload="run()">
- <script>
- <![CDATA[
- function run(){
- alert("Hallo");
- setTimeout("run()",1000);
- }
- ]]>
- </script>
- </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement