Thanks for the answer!
There's this kod.Ami choose how many you want to put into words given.
Now here is the code also shows that only two can be transferred into other topikba.De this ears, because I just want to have a say in tenni.Miért is over even two at a time.
I would be so perfect, but it will not let me write it over immediately give an error code to the server
if(chMsNum<1) { alert ('{$l_moveCheck}'); return; }
else {
$massMoveJs=<<<out
function massMove(){
var el=document.forms['allMsgs'].elements;
var len=el.length;
var chMsNum=0;
for (var i=0;i<len;i++){
if (el[i].name.substring(0,9)=='deleteAll'){
if(el[i].checked) chMsNum++;
}
}
if(chMsNum<2) { alert ('{$l_moveCheck}'); return; }
else {
document.forms['allMsgs'].elements['action'].value='movepost';
document.forms['allMsgs'].target='_blank';
document.forms['allMsgs'].submit();
document.forms['allMsgs'].target='_self';
document.forms['allMsgs'].elements['action'].value='delmsg';
}
}
out;
}