日期:2014-05-19  浏览次数:21217 次

Response.Write("<table border ='0'><tr align = 'center'>");怎么让他指定的表格里显示。
Response.Write( " <table   border   = '0 '> <tr   align   =   'center '> ");
Response.Write( " <td   height= '230 '   width   = '280 '   style= 'Writing-mode:tb-rl '> "   +   StrNoun_Mname   +   " </td> ");
Response.Write( " </tr> ");
Response.Write( " </table> ");

怎么让他指定的表格里显示。


------解决方案--------------------
使用div
div.innerhtml=你那段html代码
------解决方案--------------------
使用div,让div的runat=server,这样后台就能获取到这个DIV对象了.然后再给它的InnerHTML赋值
div.innerhtml=你那段html代码