asp中的<%%>里语句,和一些查询语句 5
<%strid=request("id")strclassname=request("txtclassname")strttext=request("txttext")s...
<%
strid=request("id")
strclassname=request("txtclassname")
strttext=request("txttext")
strsql="update newclass set classname="'&strclassname&'",ttext="'&strttext&'"
where classid="&strid"
con.open strconn
con.execute(strsql)
con.close
set con=nothing
response.Write"<script>alert('恭喜您修改成功!');parent.location.href='newclass_lst.asp';</script>"
%>
----------------------------------------------------------------
----------------------------------------------------------------
<%
strid=request("id")
strsql="select*from newclass where classid"&Scaron
con.open strsql,strconn,1,3
do while not rs,eof
%>
----------------------------------------------------------------
----------------------------------------------------------------
<%
strsql="select*from Newclass"
con.open strconn
rs,open strsql,strconn,1,3
do while not rs.eof
%>
<tr>
<td><%=rs("classid")%></td>
<td><%=rs("classname")%></td>
<td><%=rs("ttext")%></td>
<td><a href="#">修改 </a><a href="#" onclick="returnn del();">删除</a></td>
</tr>
<%
rs.movenext
loop
rs.close
con.close
set con=nothing
%>
</table>
<iframe name="sc" style="display:none;"></iframe>
</body>
</html>
<script language="javascript">
function del()
{
if(confirm("您确定要删除该条数据吗?"))
return true;
else
return false;
}
麻烦下,谁帮我解释下<%%>里的语句为什么这么用,也给我一些像这样的资料,我是一个自学者,我不明白像上面这样的查询语句,帮我强细(最好是一句一句的解释)
也给一些和这三个例子相关的资料我
先解释每局什么意思,为什么这么用,有什么语法没?有什么技巧没? 展开
strid=request("id")
strclassname=request("txtclassname")
strttext=request("txttext")
strsql="update newclass set classname="'&strclassname&'",ttext="'&strttext&'"
where classid="&strid"
con.open strconn
con.execute(strsql)
con.close
set con=nothing
response.Write"<script>alert('恭喜您修改成功!');parent.location.href='newclass_lst.asp';</script>"
%>
----------------------------------------------------------------
----------------------------------------------------------------
<%
strid=request("id")
strsql="select*from newclass where classid"&Scaron
con.open strsql,strconn,1,3
do while not rs,eof
%>
----------------------------------------------------------------
----------------------------------------------------------------
<%
strsql="select*from Newclass"
con.open strconn
rs,open strsql,strconn,1,3
do while not rs.eof
%>
<tr>
<td><%=rs("classid")%></td>
<td><%=rs("classname")%></td>
<td><%=rs("ttext")%></td>
<td><a href="#">修改 </a><a href="#" onclick="returnn del();">删除</a></td>
</tr>
<%
rs.movenext
loop
rs.close
con.close
set con=nothing
%>
</table>
<iframe name="sc" style="display:none;"></iframe>
</body>
</html>
<script language="javascript">
function del()
{
if(confirm("您确定要删除该条数据吗?"))
return true;
else
return false;
}
麻烦下,谁帮我解释下<%%>里的语句为什么这么用,也给我一些像这样的资料,我是一个自学者,我不明白像上面这样的查询语句,帮我强细(最好是一句一句的解释)
也给一些和这三个例子相关的资料我
先解释每局什么意思,为什么这么用,有什么语法没?有什么技巧没? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询