<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableBorder">
<form name=FORMmodi_1 action="Admin_Class_Ok.asp?action=savedit_1&LogName=144" method=post onSubmit="return checkmodi_1();">
<input type=hidden name=id value="<%=Cstr(request("id"))%>">
<TR>
<Th colSpan=2 height="25" class="tableHeaderText">行业一级类别修改</Th>
</TR>
<TD width=35% height=25 class="forumRowHighlight" align=right> 行业一级类别名称 </TD>
<td width="65%" class="forumRowHighlight" height="40">
<input type="text" name="class_1_name" size='25' maxlength="16" value=<%=rs("sort")%>>
排序号:
<input type="text" name="orderid_1" value="<%=rs("orderid")%>" maxlength="5" onKeyUp="value=value.replace(/[^\d]/g,'') " size=5 tonbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
</td>
</tr>
<tr>
<td height="30" colspan="2" class="forumRowHighlight" align="center">
<input type="submit" name="Submit" value="确 定 修 改">
</td>
</tr>
</form>
</table>
这个代码没错吧!
只是为什么输出地是: