e_link.asp

来自「源码源源码 源码 源码码源 码源 码源 码源 码」· ASP 代码 · 共 27 行

ASP
27
字号
<!--#include file="e_top.asp"-->


<%
'==================================================
'过程名:showother
'作  用:显示其他页面
'参  数:无
'==================================================
sub showother()
show_other="	<table cellpadding=0 cellspacing=0 border='1' bordercolor='"&tdcolor&"'  style='border-collapse:collapse;  width:100%' align='center'>"
show_other=show_other&"		<tr >"
show_other=show_other&"			<td width='100%' height='25'  >&nbsp;您现在的位置:<a href='myweb.asp?userid="&userid&"'>网站首页</a>&gt;&gt;<a href='e_link.asp?userid="&userid&"'>连接</a></td>"
show_other=show_other&"		</tr>"
set rs=server.createobject("adodb.recordset")
sql="select user_link from myweb_user where userid="&userid&""
rs.open sql,conn,1,1

show_other=show_other&"		<tr >"
show_other=show_other&"			<td width='100%' height='25'  >"
show_other=show_other&"			<br>"&rs("user_link")&"</td>"
show_other=show_other&"		</tr>"
show_other=show_other&"	</table>"
rs.close
end sub
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?