📄 preview.asp
字号:
<!-- #include file="include/skin.asp" -->
<!-- #include file="include/jk_ubb.asp" -->
<%
tit="内容预览"
call web_head(0,0,4,0,0)
%>
<table border=0 cellspacing=0 cellpadding=0 width='100%' height='100%'>
<tr><td align=center valign=top>
<table cellspacing=1 cellpadding=2 class=table height='100%'>
<tr><td class=td height=25> <%response.write img_skin("m_")&tit%></td></tr>
<tr><td class=bg_td align=center valign=top>
<table border=0 border='98%' class=tf>
<tr><td class=bw><font class=htd><%call preview_main()%></font></td></tr>
</table>
</td></tr>
</table>
</td></tr>
<tr><td align=center height=30><%call web_copy()%></td></tr>
</table>
<%
call web_end(0,1)
sub preview_main()
dim pword
pword=request.form("p_word")
pword=code_jk(pword)
response.write pword
end sub
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -