系统提示:这是一个从旧版社区导入的帖子。
如果显示不正常,或需要查找旧帖中上传的附件,请参照原帖。
原帖地址:http://my.iecn.net/bbs/view/107232.html
如非必要,请不要修改此帖!如果修改,请保留以上信息。
我的网站结构是这样的:
/index.html
/index/index.asp
/index/head.asp
/index/.......
/images/bg.jpg
/images/......
/Inc/conn.asp
/Inc/......
根目录下有个主页面index.html,我想在它里面用一个框架,指向真正的主页面/index/index.asp
我在/index.html中是这样写的,但是却显示一片空白,连错误提示都没有.不知道是怎么回事,谁帮我看一下.
<body>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="800"><iframe src="Index/Index.asp" scrolling="auto" name="Main" frameborder="0" marginheight="0" marginwidth="0" width="800" height="100%"></iframe></td>
</tr>
</table>
</body>