用到了struct1:
1--------index.jsp:
<%@ page language="java" import="java.util.List,java.util.Map,com.tom.cache.ConfigCache" pageEncoding="utf-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="style/style.css" type="text/css"></link>
<script type="text/javascript" src="js/jquery.js"></script></head><frameset rows="50,*"  frameborder="no" border="0" framespacing="0">
  <frame src="page.do?action=system_top" noresize="noresize" frameborder="no" name="top" scrolling="no" marginwidth="0" marginheight="0" target="main" />
  <frameset cols="200,10,*" id="mainframe">
    <frame src="page.do?action=system_menu" name="left" id="left" marginwidth="20" marginheight="0" frameborder="0" scrolling="no" target="main" />
<frame src="page.do?action=system_switch" name="mid" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" />
<frame src="welcome.jsp" name="main" id="main" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" target="_self" />
  </frameset>
</frameset><noframes>
<body>您的浏览器不支持框架。</body>
</noframes></html>2--------system_menu.jsp:
     <a href="system/db.do?action=add" target="main"><img src="<%=basePath%>/images/db_add.png"></img>创建题库</a>
     
     为什么不能跳转到指定的位置显示,而将system_menu.jsp下的 target="main"改为 target="left"又可以显示