preview.asp

来自「漂亮的企业网站系统v11 1、整体修改了上一版的一些BUG。 2、修改了」· ASP 代码 · 共 35 行

ASP
35
字号
<!-- #include file="include/config_other.asp" -->
<!-- #include file="include/jk_ubb.asp" -->
<!-- #include file="include/conn.asp" -->
<%
call web_head(0,0,4,0,0)
%>
<table border=0 cellspacing=0 cellpadding=0 width='100%' height='100%'>
<tr><td height=5></td></tr>
<tr><td width=* align=center>
  <table cellspacing=1 cellpadding=1 class=table height='100%'>
  <tr><td class=bg_1 width='98%' height='100%' valign=top>
    <table border=0 width='100%' height='100%' class=tf>
    <tr><td height=2></td></tr>
    <tr><td class=blue align=center height=20><font size=4><b>内容预览</b></font></td></tr>
    <tr><td height=5 align=center><table border=0 width='100%'><tr><td background='images/bg_dian.gif' height=1></td></tr></table></td></tr>
    <tr><td valign=top class=bw><%call preview_main()%></td></tr>
    <tr><td height=5 align=center><table border=0 width='100%'><tr><td background='images/bg_dian.gif' height=1></td></tr></table></td></tr>
    <tr><td class=blue align=center height=20><%=closer%></td></tr>
    </table>
  </td></tr>
  </table>
</td></tr>
<tr><td height=5></td></tr>
</table>
<%
call web_end2(0)

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 + =
减小字号Ctrl + -
显示快捷键?