Advertisement
Guest User

roulette

a guest
Jul 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.21 KB | None | 0 0
  1. <!-- 2000 copyright AML development -->
  2.  
  3. <HTML>
  4. <HEAD>
  5.     <TITLE>Scriptsnetwork ::: Демонстрационная версия</TITLE>
  6. <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
  7. <SCRIPT LANGUAGE="javascript">
  8.  
  9.  
  10. /*
  11. www.cgi.ru
  12. scriptsnetwork
  13. mailbox@cgi.ru
  14. */
  15. /* Autor Scott R Harrod  */
  16. /* http://members.aol.com/kirrak9/cyberbase.html */
  17.  
  18. /* url-адреса */
  19.     URL=new Array
  20.        URL[0]="http://www.cgi.ru"
  21.        URL[1]="http://www.aport.ru"
  22.        URL[2]="http://www.spylog.ru"
  23.        URL[3]="http://www.cgi.ru"
  24.        URL[4]="http://www.cgi.ru"
  25.        URL[5]="http://www.cgi.ru"
  26. /* Названия ссылок */
  27.    Dest=new Array
  28.        Dest[0]="Машина"
  29.        Dest[1]="Квартира"
  30.        Dest[2]="Деньги"
  31.        Dest[3]="Деньги"
  32.        Dest[4]="Донат"
  33.        Dest[5]="Донат"
  34.  
  35.    var a=0
  36.     var b=(URL.length-1)
  37.     var pause=250            // Скорость смены названий в мс
  38.  
  39.  function roller()  {
  40.              this.document.LinkForm.Links.value=Dest[a]
  41.              if (a==b)    {
  42.                  a=0
  43.                 }else{
  44.                  a++
  45.                 }
  46.            window.setTimeout('roller()',pause);
  47.            }
  48.  
  49.  function Jump(a)  {
  50.               NewWindow=window.open( "","NewWindow",'width=640,height=300,menubar=yes,scrollbars=yes')
  51.               NewWindow.document.location=(URL[a])
  52.               }
  53.  
  54. </SCRIPT>
  55. </HEAD>
  56. <style type="text/css">
  57. A:link      { color: #003399; text-decoration: underline    }
  58. A:visited   { color:#003399;    text-decoration: underline  }
  59. A:hover     { color:#003399; text-decoration: none      }
  60. .copy    {  font: 8pt/normal  Verdana, Arial, Helvetica, sans-serif; text-transform: super; text-decoration: none; color: #333333}
  61. .copy1   {  font: bold 10pt/normal  Verdana, Arial, Helvetica, sans-serif; text-transform: super; text-decoration: none; color: #333333 }
  62. .copy2   {  font: 9pt/normal  Verdana, Arial, Helvetica, sans-serif; text-transform: super; text-decoration: none; color: #333333 }
  63.  
  64. </style>
  65. <BODY bgcolor="#ffffff" onLoad='roller()'>
  66. <div align="center">
  67. <table border="0" width="500" cellspacing="0" cellpadding="0">
  68. <tr>
  69.     <td><a href="http://www.cgi.ru"><img src="topl.gif" width=500 height=29 border=0 alt="Scriptsnetwork"></a></td>
  70. </tr>
  71. </table>
  72. <table border="0" width="500" cellspacing="2" cellpadding="2">
  73. <tr>
  74.     <td align="center" class="copy1" valign="top">
  75.     Демонстрационная версия!
  76.     </td>
  77. </tr>
  78. <tr>
  79.     <td align="center" class="copy2" valign="top">
  80.     <br><br><br>
  81.     <FORM NAME="LinkForm">
  82. <INPUT TYPE="text" NAME="Links" SIZE=20 onFocus="roller()">
  83. <INPUT TYPE="button" NAME="jump" VALUE="Давай" onClick='Jump(a)'>
  84. </FORM>
  85.    
  86.     <br><br><br>
  87.     </td>
  88. </tr>
  89. </table>
  90. <table border="0" width="500" cellspacing="2" cellpadding="2">
  91. <tr>
  92.     <td align="center" class="copy" valign="top">
  93.     <hr noshade size="1">
  94.     <a href="http://www.cgi.ru">Посетите наш сервер и подпишитесь на наши рассылки!</a>
  95.     <hr noshade size="1">
  96. 2000 Copyright &copy <a class="copy" href="http://www.cgi.ru">scriptsnetwork</a>. All rights reserved.<br>
  97.     </td>
  98.  
  99. </tr>
  100. </table>
  101.  
  102.  
  103. </div>
  104. </BODY>
  105. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement