谁知道这个网页要怎么写。。

来源:百度知道 编辑:UC知道 时间:2024/06/17 08:26:58
我想写一个网页。样式如下:

http://zhidao.baidu.com/question/ID=[ ] GO

[ ] 里面要求能输入数字,输完后,点后面的转向能转到相应的网页。。有谁会的帮忙写一个。。谢谢。。。
要求是html格式的。不用数据库。用脚本就成了

<!--#include file="datebase.asp"-->
<%
IF not(Session("REGISTER")="REGISTED" ) THEN
response.redirect "login.asp"
response.end
END IF
%>
<%
if (session("purview")=9999) then
exec="select * from xinwen where cyqk=0 order by newsid desc"
else
temptype=cstr(session("purview"))
exec="select * from xinwen where Original="&session("dw")&" order by newsid desc"

end if
Set RS = Server.CreateObject("ADODB.RecordSet")
rs.Open exec,conn,2,2
dim currentpage

currentpage=Request("currentpage")
if currentpage=0 then
currentpage=1
end if
RecordCount