ASP代码问题,麻烦大家看一下什么问题!

来源:百度知道 编辑:UC知道 时间:2024/06/16 00:34:56
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="800">
<tr>
<td width="100" background="../gb/images/main/left.gif"> </td>
<td width="600" bgcolor="#ADBDB4">
<table width="600" border="0" cellspacing="0" cellpadding="5" class="xzy" align="center">
<tr>
<td bgcolor="#5E7567" width="583">管理选项:<a href="admin.asp">管理首页</a> | <a href="adminfile.asp">管理文件</a>
| <a href="loginout.asp">退出管理</a></td>
</tr>
</table>
<table width="600" border="0" cellspacin

<form name="form1" method="post" action="saveadmintype.asp?cz=addclass">

if cz="addtype" or cz="editclass" then

自己看下cz对应不对应,呵呵,新手问题我以前也经常碰到,既然使用method="post"了就不要用 QueryString了,直接在里面加多一个
<input type="hidden" name="cz" value="addclass">

怎么提示错误信息的