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

📄 post.asp

📁 该程序可应用于小学教学软件
💻 ASP
字号:
<!-- #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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -