Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <html><head>
  2. <title>Baner reklamowy</title>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8;">
  4. <script type="text/javascript">
  5. <!--
  6. function przewin()
  7. {
  8. window.setTimeout('przewin()', 100);
  9. var nap= document.napis.tekst.value;
  10. document.napis.tekst.value = nap.substring(1)+nap.substring(0,1);
  11. }
  12. przewin();
  13. //-->
  14. </script>
  15. </head>
  16. <body>
  17. <form name="napis">
  18. <input name="tekst" size="50" value=" XDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD ">
  19. </form>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement