On the httml page we have some table with our own name. In the first column we have checkboxes.
<table id="tabDetail" width="210" border="0" cellpadding="0" cellspacing="2"> <tbody> <tr height="30"> <td width:20px="" name="tbl" align="center" style="font-size:11px;"><input type="checkbox" name="V" value="U000004011"></td> <td width:70px="" name="oper" align="center" style="font-size:11px;">214142E021</td> ....
How to loop through all rows in vbscript and merge the values from the second column into one row? Optionally, only those lines where the checkbox is marked.