求一个jsp页面的一个功能

来源:百度知道 编辑:UC知道 时间:2024/05/17 07:48:17
——————————-------
日报 | 周报 | 月报 |
-----------------------------------------------------
|
|
|
报表图片 |
|
|
|
-----------------------------------------------------

就是跟右点我的电脑-属性后一样

点日报图片显示日报图,点月报,下面变成月报图

怎样能实现这个功能..................
——————————-------
?日报?|?周报?|?月报?|
-----------------------------------------------------
??????????????????????????|
??????????????????????????|
??????????????????????????|
??????????报表图片????????????|
??????????????????????????| ??????????????????????????|
??????????????????

这个功能用HTML+JavaScript就可发实现了,以下是实现的代码,你可以参考一下:
<!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=gb2312" />
<title>一个小特效</title>
<style type="text/css">
.sec1{ border: 1px solid gray; cursor: hand; background-color: #eeeeee;}
.sec2{ border: 1px solid gray; cursor: hand; background-color:#CCCCCC;}
.main_tab{ border: 1px solid grau;COLOR: #000000; background:#CCCCCC;}
</style>

<script language="javascript">
function secBoard(n){