tblContent.rows[3].cells[1].innerHTML = '<input type="hidden" name="REF_ID"><input type="text" name="REF_CODE" size="15" maxlength="15"  value="" readonly=true><font color="red">*</font><img src="<zhnt:ui img="liulan.gif"/>" width="28" style="cursor:hand" height="16" border="0" onclick="selectRefIdByChoice()">';
解释一下  tblContent 是表单名。row,cell是行、列,你参考一下