post.asp

来自「该程序可应用于小学教学软件」· ASP 代码 · 共 24 行

ASP
24
字号
<!-- #include file="include/skin.asp" -->  <!-- 调用skin皮肤系统设置页面 -->
<%
web_width="777"           '设置页面宽度
tit="邮政查询"            '页面名称
call web_head(0,0,2,0,0)  '设置页面头部信息及显示形式,浏览权限等
response.write vbcrlf&"lmenu_true=false;"  '显示左边工具条,注释掉或删除此句为不显示工具条
response.write joekoe_cms.js_type("",2)    '调用页面格式
'----------------------------下面开始 使用html编写自己的页面文件----------------------------
%>
<table height=5 cellspacing=0 cellpadding=0 width=491 border=0 align=center>
  <tbody> 
  <tr> 
    <td> 
     <iframe frameborder=0 width=600 height=450 leftmargin=0 scrolling=no src=post/index.asp topmargin=0></iframe>
    </td>
  </tr>
  </tbody>
</table>

<%
'----------------------------结束 自定义页面结束----------------------------
response.write joekoe_cms.js_type("",1)   '调用页面格式
call web_end(0,0)    '调用页面底部信息
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?