新增页面--体重自测
作者:cmscn 日期:2005-06-18
<!-- #include file="include/skin.asp" --> <!-- 调用skin皮肤系统设置页面 -->
<%
web_width="777" '设置页面宽度
tit="体重自测" '页面名称
call web_head(0,0,2,0,0) '设置页面头部信息及显示形式,浏览权限等
'----------------------------下面开始 使用html编写自己的页面文件----------------------------
%>
<table height=5 cellspacing=0 cellpadding=0 width=491 border=0 align=center>
<tbody>
<tr>
<td>
<iframe frameborder=0 width=750 height=630 leftmargin=0 scrolling=no src="http://act1.health.sohu.com/weight/index.php" topmargin=0></iframe>
</td>
</tr>
</tbody>
</table>
<%
'----------------------------结束 自定义页面结束----------------------------
call web_end(0,0) '调用页面底部信息
%>
评论: 5 | 引用: 0 | 查看次数: 686
发表评论