Jump to content
  • 0

Проверьте пожалуйста код ротатора


man27
 Share

Question

Здравствуйте

Товарищи дорогие, проверьте пожалуйста код

Хочу установить на своем сайте простую баннерокрутилку, нашел вот такой код:

<script type="text/javascript">var mycrib = [];mycrib[0] = '<noindex><a href="Ваша ссылка" target="_blank" rel="nofollow"><img src="Ссылка на изображение баннера" alt="Название баннера" width="240" height="400"></a></noindex>'mycrib[1] = '<noindex><a href="Ваша ссылка" target="_blank" rel="nofollow"><img src="Ссылка на изображение баннера" alt="Название баннера" width="240" height="400"></a></noindex>'mycrib[2] = '<noindex><a href="Ваша ссылка" target="_blank" rel="nofollow"><img src="Ссылка на изображение баннера" alt="Название баннера" width="240" height="400"></a></noindex>'var x = 0;function rotate(mycrib) {while (x < mycrib.length) {var sort = Math.floor(Math.random() * mycrib.length);if (mycrib[sort] != 0) {document.getElementById('adspace').innerHTML = (mycrib[sort]);mycrib[sort] = 0;x++;}}}</script><script>#adspace {}#adspace img {}</script><div id="adspace"><script type="text/javascript">rotate(mycrib);</script></div>

Я в скриптах не силен, поэтому прошу вас проверить этот код на наличие каких нибудь закладок.

Например "mycrib" это имя переменной, тут все понятно.

А вот что такое "adspace" и для чего он?

Честно говоря меня настораживает этот фрагмент кода:

if (mycrib[sort] != 0) {document.getElementById('adspace').innerHTML = (mycrib[sort]);mycrib[sort] = 0;x++;}}}</script><script>#adspace {}#adspace img {}

Может есть код получше?

Спасибо за внимание

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy