⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 preview.asp

📁 漂亮的企业网站系统v11 1、整体修改了上一版的一些BUG。 2、修改了页面底部的统计形式。 3、修改了“公告更新”栏目
💻 ASP
字号:
<!-- #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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -