ASP缺少对象
行: 227
字符:1
代码:0
URL:http://www.czlswjs.com/newwwwroot/admin/newpro.asp
newpro.asp代码:
<!--#include file="conn.asp"-->
<title>添加作品</title>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#6B8FC8">
<tr>
<td bgcolor="#6699cc" height="20" align="center"><font color="#FFFFFF">添加作品</font></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<table width="100%" border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
<td width="32%">作品标题: </td>
<td colspan="2"> <input name="name" type="text" id="name" size="30">
</td>
</tr>
<tr>
<td>所属类别: </td>
<td colspan="2"> <select name="leibie" id="leibie">
<option>人像写真</option>
<option>时装摄影</option>
<option>产品摄影</option>
</select>
</select> </td>
</tr>
<tr class="table">
<td>缩略图:</td>
<td colspan="2"> <input name="photo" type="text" value="/images/emptybook.jpg" size="40" id="photo" readonly="readonly">
<font color="#003399">缩略图尺寸 120*150</font> </td>
</tr>
<tr>
<td> </td>
<td colspan="2"><iframe marginwidth=0 framespacing=0 marginheight=0 frameborder=0 width='350' height=40 srcolling=no src="upload.asp">
</iframe></td>
</tr>
<tr bgcolor="#FFFFFF">
<td valign="top">详细内容:</td>
<td> <textarea name="detail" style="display:none"></textarea> <iframe ID="eWebEditor1" src="../ewebedit/ewebeditor.asp?id=detail&style=standard" frameborder="0" scrolling="no" width="570" HEIGHT="350"></iframe>
</td>
</tr>
<tr>
<td height="32"></td>
<td width="31%" height="32"> <input type="submit" name="Submit" value="添 加" onClick="return checkpro();">
联系我们 QQ: 976392 </td>
<td width="37%"></td>
</tr>
</table></td></tr> </table>
<br> <!--#include file="footer.asp"-->

