Jump to content
  • 0

как написать чтоб после нажатия на рекламу выскакивала кнопка


Bismuth
 Share

Question

Всем доброе время суток!

Я столкнулся с проблемой при нажатие на рекламу не появляется кнопка, а все во лишь поменял скрипт от другой рекламы

В первой таблице все работает как надо, а во второй таблице уже нет

как сделать что все работало?

Первая таблица


<div id="reklama">
<script type="text/javascript">
var begun_auto_pad = xxxxxxxx;
var begun_block_id = xxxxxxxx;
</script>
<script src="http://site.ru/autocontext2.js" type="text/javascript"></script>
</div>
<div id="hidden" style="display:none">
<a class="dow" target="_self" href="images/books/steve_jobs/steve-jobs.zip">download</a>
</div>
</div>
<div id="rek-bot"></div>
</div>

<script type="text/javascript">
jQuery("#reklama").click(function() {
jQuery("#downtab #hidden").show();
});
jQuery("#down").click(function() {
jQuery("#downtab").show();
return false;
});
</script>

Вторая таблица


<div id="reklama">
<script type="text/javascript">
var eba3d0a687d7b = xxxxxx;
var b57e603c7e0967 = xxxxxx;
</script>
<script type="text/javascript" src="http://site.ru/js/1dace4.js"></script>
</div>
<div id="hidden" style="display:none">
<a class="dow" target="_self" href="images/books/steve_jobs/steve-jobs.zip">download</a>
</div>
</div>
<div id="rek-bot"></div>
</div>

<script type="text/javascript">
jQuery("#reklama").click(function() {
jQuery("#downtab #hidden").show();
});

jQuery("#down").click(function() {
jQuery("#downtab").show();
return false;
});
</script>

Edited by Bismuth
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Спасибо но это не то, у меня не хочет показывать когда жмешь на рекламу

вот этот полный функционал работающий с рекламой от бегуна


<a class="dow" href="#" id="down">Скачать</a>
<div id="downtab" style="display:none">
<div id="rek-top"></div>
<div id="rek-centr">
<p>После нажатие на одну из двух реклам ниже, появится кнопка:</p>
<p class="min_text">Если не отображается реклама нажмите на F5 и повторите попытку.</p>
<div id="reklama">
<script type="text/javascript">
var begun_auto_pad = xxxxxxxxx;
var begun_block_id = xxxxxxxxx;
</script>
<script src="http://autocontext.begun.ru/autocontext2.js" type="text/javascript"></script>
</div>
<div id="hidden" style="display:none">
<a class="dow" target="_self" href="images/books/steve_jobs/steve-jobs.zip">download</a>
</div>
</div>
<div id="rek-bot"></div>
</div>

<script type="text/javascript">
jQuery("#reklama").click(function() {
jQuery("#downtab #hidden").show();
});
jQuery("#down").click(function() {
jQuery("#downtab").show();
return false;
});
</script>
</script>

а стоит поставить скрипт от другой рекламы сайта, он работает только на половину, то есть после как показывается реклама, после ее нажатия окно с перехода на сайт работает, а вот кнопка непоказывает


<script type="text/javascript">
var eba3d0a687d7b = xxxxxxx;
var b57e603c7e0967 = xxxxxx;
</script>
<script type="text/javascript" src="http://site.ru/js/1dace4.js"></script>

Edited by Bismuth
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