看看这段response代码在哪里出错了~!!

来源:百度知道 编辑:UC知道 时间:2024/05/31 05:51:51
<%
set rs_s=Server.CreateObject("adodb.recordset")
rs_s.open " select top 5 * from Mall_songhuo order by songid asc",conn,1,1
%>
<%
/////////////////////////////////////////
case "shop1"
response.write "<center><font color= red>请正确并认真填写以下的收货信息~!</font><center>"
response.write "<table width='100%' border='0' align='center' cellpadding='5' cellspacing='1' bgcolor='#FFFFFF'>"
response.write"<tr> <td class='forumRowHighlight'width='30%' align='right'>收货人真实姓名:</td> <td class='forumRowHighlight'width='70%' style='PADDING-LEFT: 10px'><input name='newsname' type='text' id='newsname' size='15'> 性别: <select name='sex' size='1'><option value='male' >男</op

我帮你调试好了,你的错误在这里:

//response.write"<tr bgcolor='#ffffff'><td align='right'> 送货方式:</td> <td width='70%' heigt='30%' style='PADDING-LEFT: 10px'> <select><option>"&trim(rs_s("subject"))&"</option>< lect></td></tr>"
这里不应该有两个/

请将如下代码替换原来的并预览
经本人测试,完全正常!
------------------------
<%
/////////////////////////////////////////
response.write "<center><font color= red>请正确并认真填写以下的收货信息~!</font><center>"
response.write "<table width='100%' border='0' align='center' cellpadding='5' cellspacing='1' bgcolor='#FFFFFF'>"
response.write"<tr> <td class='forumRowHighlight'width='30%' align='right'>收货人真实姓名:</td> <td class='forumRowHighlight'width='70%&