📄 my_book.asp
字号:
<!--#include file="conn.asp" -->
<!--#include file="session.asp" -->
<!--#include file="../templet/mon.asp" -->
<!--#include file="../function/function.asp" -->
<%
web_id="../language/"&l_id
web_id=web_id&"/USER_ADMIN.ASP"
call include(web_id)
y=L_mybook1
call Mon(y)
bookname=session_cookie_name
set rs=server.createobject("adodb.recordset")
sqbook="select * from [user] where username='"&bookname&"' and g_id='"&session_cookie_gid&"'"
rs.open sqbook,conn,1,1
if not rs.eof then
%>
<form method="post" action="up_mybook.asp">
<table width="400" border="0" align="center" cellpadding="2" cellspacing="2">
<tr>
<td colspan="2">
<center><%=L_mybook1%></center>
<textarea rows="20" name="mybook" cols="95" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'"><%=rs("my_book")%></textarea>
<br><center>
<input type="submit" name="Submit" value="<%=L_mybook2%>" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'">
</center>
</form>
<%
end if
rs.close
set rs=nothing
response.write(mon_foot)
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -