Skip to content Skip to sidebar Skip to footer

How Do I Set The Select All "checkbox" Imacros Without Using The Button "play (loop)"

How do I set the Select All 'checkbox' iMacros Without using the button 'Play (Loop)' and without making the tag to 50 lines since our site I visited was no key select all and I ne

Solution 1:

Maybe this could help you:

URLGOTO=javascript:{var<SP>chkBoxes=document.getElementsByName("category[]");for(i=0;i<chkBoxes.length;i++)chkBoxes[i].checked=true;undefined;}

Solution 2:

You try

SET !LOOP 50
TAG POS={{!LOOP}} TYPE=INPUT:CHECKBOX FORM=ID:post_form ATTR=NAME:category[] CONTENT=YES

Post a Comment for "How Do I Set The Select All "checkbox" Imacros Without Using The Button "play (loop)""