<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ include file="/common/common.jsp" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>    
    <title> 产品分类息列表</title>   
<link href="${web}/style/css/css.css" rel="stylesheet" type="text/css" />
</head>
<frameset rows="*" cols="180,1010" frameborder="no" border="0" framespacing="0">
  <frame src="${web}/pmPaiChan_goPaidan.do" scrolling="No" name="b1" id="b1" />
     <frame src="${web}/page/common/Base_ItemData/MyJsp1.jsp" name="b2" id="b2" />
</frameset>
<noframes><body>
</body>
</noframes>
</html>这是框架页面,当我在MyJsp1.jsp上面做操作之后,需要刷新整个页面,不知道有没有什么办法可以刷新,请各位大虾不吝赐教