ASP中怎么写一个最简单的表单查询 30
例:需打开http://www.****.com/ddir/?git=新闻&cno=8812其中“新闻”和”8812“是变量,变量“新闻”是下拉菜单选择的,而“8812”...
例:需打开http://www.****.com/ddir/?git=新闻&cno=8812
其中“新闻”和”8812“是变量,变量“新闻”是下拉菜单选择的,而“8812”变量是文本输入的,提交表单后可以打开“http://www.****.com/ddir/?git=新闻&cno=8812”
这应该是最简单的问题了,但我是菜鸟,不会的,希望有人会帮我,最好写个源码给我。 展开
其中“新闻”和”8812“是变量,变量“新闻”是下拉菜单选择的,而“8812”变量是文本输入的,提交表单后可以打开“http://www.****.com/ddir/?git=新闻&cno=8812”
这应该是最简单的问题了,但我是菜鸟,不会的,希望有人会帮我,最好写个源码给我。 展开
2个回答
展开全部
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select top 18 * from article where bigclassname='165' order by articleid desc",conn,1,1
if not rs.eof then
i=1
do while not rs.eof
if i=3 then i=1%> <td class="hg25xu" style="padding-left:10px;">· <a href="shownews.asp?id=<%=rs("articleid")%>&bg=<%=rs("bigclassname")%>" title="<%=rs("title")%>"><%=left(rs("title"),23)%></a><br /> </td><td width="15"></td><%
i=i+1
if i=3 then %></tr><tr><%end if
rs.movenext
loop
end if
rs.close%>
这是我以前写的一个例子,差不多,你稍微改改就行了,就是传个参数的问题
rs.open "select top 18 * from article where bigclassname='165' order by articleid desc",conn,1,1
if not rs.eof then
i=1
do while not rs.eof
if i=3 then i=1%> <td class="hg25xu" style="padding-left:10px;">· <a href="shownews.asp?id=<%=rs("articleid")%>&bg=<%=rs("bigclassname")%>" title="<%=rs("title")%>"><%=left(rs("title"),23)%></a><br /> </td><td width="15"></td><%
i=i+1
if i=3 then %></tr><tr><%end if
rs.movenext
loop
end if
rs.close%>
这是我以前写的一个例子,差不多,你稍微改改就行了,就是传个参数的问题
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询