response.write怎样实现这种输出?
											我response.write怎么能输出这样的代码<tr>
<td height="10"></td>
<td width="89%"><input name="ImgFile" type="file" class="txtbox" id="ImgFile" size="40"></td>
</tr>
格式是什么样的?
 2006-06-29 11:12
	    2006-06-29 11:12
  <%response.write("<tr><td height=10></td><td width='89%'><input name=ImgFile type=file class=txtbox id=ImgFile size=40></td></tr>")%>

 2006-06-29 11:35
	    2006-06-29 11:35
   2006-06-29 11:52
	    2006-06-29 11:52
   2006-06-29 12:03
	    2006-06-29 12:03
  我说了用2楼的方法实现不了 实现不了
 2006-06-29 12:53
	    2006-06-29 12:53
  <%
response.write("<tr><td height=""10""></td><td width=""89%""><input name=""ImgFile"" type=""file"" class=""txtbox"" id=""ImgFile"" size=""40""></td></tr>")
%>
[此贴子已经被作者于2006-6-29 12:59:04编辑过]

 2006-06-29 12:56
	    2006-06-29 12:56
   2006-06-29 14:54
	    2006-06-29 14:54
   2006-06-30 02:35
	    2006-06-30 02:35