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>

你可能感兴趣的:(JavaScript,html,jsp,框架,MyEclipse)