急也没办法啊。。
wrost 2005-03-02 08:30:01 我做框架网页,开始都好好的,后来不知怎么修改,就出错了。 我站点文件夹放在桌面 web文件夹下,frameset放在web/ ,frame放在web/employment/
我在dw中调试出现下面错误。
---------------------------
Microsoft Internet Explorer
---------------------------
未找到“file:///E:/employment/top.htm”。请确认路径或 Internet 地址正确。
---------------------------
确定
---------------------------
后便还有file:///E:/employment/left.htm”。 等等出错提示。
可是我地址没有指向E:/employment/top.htm,而且我站点根目录也是设置在桌面/web
<frameset rows="184,*,55" frameborder="NO" border="0" framespacing="0">
<frame src="/employment/top.htm" name="topframe" frameborder="no" scrolling="no" noresize marginwidth="0" marginheight="0"
<frameset rows="*" cols="401,637" >
<frame src="/employment/left.htm" name="leftframe" frameborder="no" scrolling="no" noresize id="left" marginwidth="0" marginheight="0" >
<frame src="/employment/right.htm" name="rightframe" frameborder="no" scrolling="yes" noresize marginwidth="0" marginheight="0" >
</frameset>
<frame src="/employment/bottomh.htm" name="botframe" frameborder="no" scrolling="no" noresize marginwidth="0" marginheight="0" >
</frameset>