首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

MyEclipse6.0在打开带frame框架的JSP页面时,提醒please check the location and try again

2012-10-08 
MyEclipse6.0在打开带frame框架的JSP页面时,提示please check the location and try again!这个问题真的挺

MyEclipse6.0在打开带frame框架的JSP页面时,提示please check the location and try again!

这个问题真的挺烦人的,每次在打开带frame框架的JSP页时,都会提示please check the location and try again!而且在修改页面里面的东西时候也会出现,哥很生气!在网上搜索了一下,终于解决了!

<%@ page contentType="text/html;charset=gbk"%>?
<html>?
<frameset cols="4,6">
?<frame src="gwqfAction.do?operation=init" name="left">
?<frame src="index.jsp" name="right">
</frameset>
</html>?
当我在写? <frame>? 的src属性里的第一个字符l的时候跳出对话框提示?
the file /D:/workspace/ykhl/ykhl/bill/gwqf/l cannot be found. Please check the location and?try again.?

网上说是平台的原因,具体做法:

关闭它的jsp图形模式。myeclipse6.0中打开jsp文件时,右键open with 选MyEclipse?JSP Editor,不选MyEclipse?Visual JSP Editor模式。

<script type="text/javascript"></script>

1 楼 mql3686157 2011-03-08   谢谢!那能不能设置默认jsp的打开方式呀!

热点排行