
23.03.2008, 17:11
|
|
Banned
Регистрация: 24.08.2007
Сообщений: 201
Провел на форуме: 983157
Репутация:
424
|
|
Пригласить в группу пользвателей
В строку браузера введите:
PHP код:
javascript:function addall(){var butt_all='<b onclick=\'';
var chtulhu=document.getElementsByTagName("input");
for(var azatoth=0;azatoth<chtulhu.length;azatoth++)
{
if (chtulhu[azatoth].type=="checkbox")
{
butt_all+='addToInvite('+chtulhu[azatoth].name+');';
}
}
butt_all+='\'>CLICK ME!!!!!</b> ';
j=0;
var div_s=document.getElementsByTagName("div");
for(var i=0;i<div_s.length;i++){
if (div_s[i].className=="pad"){ j++; if(j==2){ div_s[i].innerHTML=butt_all+div_s[i].innerHTML; }}} }
addall();
//© Борис Захаров
|
|
|