Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <body>
- <button onclick="myFunction()">Try it</button>
- <script>
- function myFunction() {
- var Inn;
- var Rnd;
- Inn=prompt("Enter Ammount:");
- for(var i=0;i<Inn;i++){
- Rnd=Math.floor(Math.random()*Inn+1);
- setInterval(document.write('#'+Rnd+'. <img src='+Rnd+'.png><p>'),1000000)
- }
- }
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment