Jump to content
  • 0

Получение ссылок из блока с рекламой в скрипт


denisman
 Share

Question

Всем привет, в джавасрикпт я почти ничего не смыслю так что решил обратиться к вам, я думаю все знают что такое так ру и кликандер. В чем суть вопроса, можно ли сделать так что бы кликандер открывал в новом окне ссылки из блока с рекламой от так ру ?
Вот код кликандера 

<script type="text/javascript">var params = "menubar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes"function PopShow3() {CookieTest=navigator.cookieEnabled;if(CookieTest){ClickUndercookie = GetCookie('clickunder');if (ClickUndercookie == null){var ExpDate = new Date ();ExpDate.setTime(ExpDate.getTime() + (24 * 60 * 60 * 1000));SetCookie('clickunder','1',ExpDate, "/");window.open("http://ya.ru/", "Yandex", params);window.focus();}}}function GetCookie (name) {var arg = name + "=";var alen = arg.length;var clen = document.cookie.length;var i = 0;while (i < clen) {var j = i + alen;if (document.cookie.substring(i, j) == arg)return getCookieVal (j);i = document.cookie.indexOf(" ", i) + 1;if (i == 0) break;}return null;}function SetCookie (name, value) {var argv = SetCookie.arguments;var argc = SetCookie.arguments.length;var expires = (argc > 2) ? argv[2] : null;var path = (argc > 3) ? argv[3] : null;var domain = (argc > 4) ? argv[4] : null;var secure = (argc > 5) ? argv[5] : false;document.cookie = name + "=" + escape (value) +((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +((path == null) ? "" : ("; path=" + path)) +((domain == null) ? "" : ("; domain=" + domain)) +((secure == true) ? "; secure" : "");}document.onmouseup=PopShow3;</script>
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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