📄 main.jsp
字号:
<%@ page contentType="text/html; charset=GBK"%>
<%@include file="/common/taglibs.jsp"%>
<html>
<head><title>{*[TeemLink -- myApps platform]*}</title>
<script src="<ww:url value='/script/util.js'/>"></script></head>
<%String contextPath = request.getContextPath();
%>
<script>
wy = '600px';
wx = '650px';
function openHelperPage()
{
var tempname = document.frames('detail').location.href;
contextPath = '<%=contextPath%>';
var url=contextPath+"/core/helper/view.jsp?urlname="+tempname;
window.open(url,"Help","toolbar=0,status=0,resizable=0,menubar=0,location=0");
return false;
}
function openHomePage()
{
document.frames('detail').location='welcome.jsp';
}
function lunload()
{
if(document.all('fraset').rows=='75,*,20')
{
}else
{
document.all('fraset').rows='75,*,20';
document.all('fraset2').cols ='18%,*' ;
}
}
function Mytest()
{
var len = document.frames.length;
var fra = document.frames;
// for(var j=0;j<len;j++)
//{
// alert(fra[j].name);
// }
if(document.all('fraset').rows=='75,*,20')
{
document.all('fraset').rows='0,*,0';
document.all('fraset2').cols ='0,*' ;
}else
{
document.all('fraset').rows='75,*,20';
document.all('fraset2').cols ='18%,*' ;
}
}
</script>
<frameset rows="65,*,20" id="fraset" frameborder="1" border="1" resize="yes">
<frame name="header" title='Header Frame' scrolling="NO" resize="yes" src="banner.jsp" marginwidth="0" marginheight="0" >
<frameset cols="15%,*" resize="yes" id="fraset2" framespacing="3" >
<frame title='Task Navigation Frame' id="nav" src="" name="navigator" resize="yes" marginwidth="10" marginheight="0" onload="this.focus()">
<frame title='Work Area Frame' id="detail" src="welcome.jsp" name="detail" marginwidth="15" marginheight="10" resize="yes" onload="isloaded=0">
</frameset>
<frame name="foot" title='Header Frame' scrolling="NO" resize="yes" src="foot.jsp" marginwidth="0" marginheight="0" >
</frameset>
<noframes>
You must use a browser that supports frames.
</noframes>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -