用innerHTML可以插入这样的HTML吗?(高分)
用innerHTML可以插入这样的HTML吗?
<form method="post" action="SearchResults.aspx" id="frmSearch" name="frmSearch">
<table cellspacing="0" cellpadding="0" width="390" height="0" border="0" background="images/search-back.jpg">
<tr>
<td width="100"><img src="images/home-botton.jpg">
</td>
<td width="124" align="right"></td>
<td width="142" align="right">
<input type="text" name="txtSearch" ID="txtSearch" SIZE="20">
</td>
<td width="24" align="left">
<input name="image1" type="image" id="image1" src="images/sUntitled-1.jpg" width="24" height="25" border="0">
</td>
</tr>
</table>
</form>