A服务器代码如下
<html>
<body>
  <form method="POST" action="www.servB.com/some.dll?Para1&para2">//B服务器Dll文件
    <p align="center"><b><font color="#FF0000"></font></b></p>
    <p></p><br>
    <table border="0">
      <!--LoopBegin-->
      <tr>
        <td>!!--tel--!!&nbsp;&nbsp;</td>
        <td>!!--Check--!!&nbsp;</td>
        <td align="center">!!--Box--!!</td>
      </tr>
      <!--LoopEnd-->
    </table><br>
    <p><input type="submit" value="注册" name="B1"></p>
    !!--Session--!!
  </form> 
</body>
</html>
B服务器把表格结果插入<!--LoopBegin--><!--LoopEnd-->之间,B服务器DLL应如何写?尽量不牵扯A服务器页面设计