📄 viewwebsite.asp
字号:
<!--#include file="globe/DataConnect.asp"-->
<%
Dim UserName,Dtime,rs,sql,SubName,UserEmail,WebsiteName,WebsiteUrl,Introduce,ClickNum,Num,SubNum
ID=Request.QueryString("ID")
set rs=server.createobject("adodb.recordset")
sql="select * from Website where ID="&ID&" "
rs.open sql,cnn,1,2
UserName=rs("UserName")
DTime=rs("DTime")
SubName=rs("SubName")
UserEmail=rs("UserEmail")
WebsiteName=rs("WebsiteName")
WebsiteUrl=rs("WebsiteUrl")
Introduce=replace(rs("Introduce"),"<br>",vbCrlf)
rs("ClickNum")=rs("ClickNum")+1
ClickNum=rs("ClickNum")
Num=rs("Num")
SubNum=rs("SubNum")
rs.update
rs.close
Set rs = Nothing
%>
<html>
<head>
<title>ViewWebsite</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK REL="stylesheet" TYPE="text/css" HREF="globe/style.css">
</head>
<body bgcolor="#ccddff">
<div id="Layer1" style="position:absolute; left:31px; top:30px; width:536px; height:250px; z-index:1">
<table width="100%" border="1" height="250" bordercolorlight="#000000" bordercolordark="#FFFFFF" cellspacing="0">
<tr>
<td height="35" colspan="4"><font color=#3366CC>类属:【<%=SubName%>】</font> <font color=#336699>这个网站已经有<%=ClickNum%>个同学浏览!</font> <a href="list.asp?Num=<%=Num%>&SubName=<%=SubName%>&SubNum=<%=SubNum%>"><返回></a></td>
</tr>
<tr>
<td width="14%" height="25"><font color="#339933">网站名</font></td>
<td height="25" colspan="3">
<%=WebsiteName%>
</td>
</tr>
<tr>
<td width="14%" height="25"><%=UserName%></td>
<td width="25%" height="25"><%=DTime%>推荐
</td>
<td width="37%" height="25">
<p align="center"><a href="mailto:<%=UserEmail%>"><font color="#339933"><--有问题问推荐人请点击这里--></font></a></p>
</td>
</tr>
<tr>
<td width="14%" height="10">
<p> <font color="#339933"> 介</font></p>
<p> </p>
<p><font color="#339933"> 绍</font></p>
</td>
<td height="10" colspan="3">
<textarea name="Introduce" rows="6" cols="62"><%=Introduce%></textarea>
</td>
</tr>
<tr>
<td width="14%" height="25"><font color="#339933">网站地址</font></td>
<td height="25" colspan="3">
<p align="left"><a href="http://<%=WebsiteUrl%>" target="_blank">Http://<%=WebsiteUrl%></a></p>
</td>
</tr>
<tr>
<td colspan="4" height="25"><p align="right"><a href="ModDelViewWebsite.asp?ID=<%=ID%>"><font color="#339933"><管 理></font> </a></p></td>
</tr>
</table>
</div>
<!--#include file="globe/DataClose.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -