%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
html>
head>
title>我的测试/title>
meta http-equiv="pragma" content="no-cache">
meta http-equiv="cache-control" content="no-cache">
meta http-equiv="expires" content="0">
meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
meta http-equiv="description" content="This is my page">
/head>
!--把要添加框架结果添加在head标签后面就可以了,其中的frame要引入的jsp文件与平常的jsp文件一样-->
frameset rows="12%,*" >
frame name="sel" src="XXX.jsp" marginwidth="5" marginheight="5" scrolling="Auto" frameborder="0" bordercolor="#0000FF">
frame name="info" src="XXXX.jsp">
/frameset>
body>
/body>
/html>