📄 loading.asp
字号:
<!-- #include file="setup.asp" -->
<%
sql="select content from forum where id="&Request("ID")&""
rs.Open sql,Conn,1,3
if not rs.eof then
%>
<META http-equiv=Content-Type content=text/html;charset=gb2312>
<SCRIPT>
parent.followImg<%=Request("id")%>.loaded="yes";
parent.followTd<%=Request("id")%>.innerHTML='<table width=100% cellpadding=10 style=TABLE-LAYOUT:fixed><tr><td width=100% style=WORD-WRAP:break-word><%=replace(rs("content"),"'","")%></td></tr></table>';
</SCRIPT>
<%
end if
rs.close
responseend
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -