Jump to content
  • 0

Скрипт для смены картинки-рекламы


alex_stepanow
 Share

Question

Здравствуйте! Есть такая нужда - на детальной странице объекта нужна реклама, там картинка при нажатии на которую бросает по ссылке, но картинок много и нужен скрипт который будет определять, если один и тот же пользователь просматривает детальные страницы - то ему будет на следующей странице будет показана следующая картинка, и так далее - на каждой новой странице странице будет показана следующая картинка. как это реализовать? перепробовал много скриптов - и результат не удовлетворяет. помогите, как это можно решить? буду признателен.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Вам надо сделать бесплатно или вы готовы заплатить? Огласите сумму.

Уже нашел решение, это "рандомный скрипт для смены картинок"

<script language="JavaScript">

var a=Math.round(Math.random()*2)

image = new Array();

image[0]="../images/1.png"

image[1]="../images/2.png"

image[2]="../images/3.png"

href = new Array();

href[0]="index1.html"

href[1]="index2.html"

href[2]="index3.html"

document.write ("<a href="+href[a]+"><img src="+image[a]+"></a>");

</script>

Link to comment
Share on other sites

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