c#,JS高手进哦

来源:百度知道 编辑:UC知道 时间:2024/07/02 06:51:18
我想做一个点击不同主题,下面就能显示不同的gridview这样一个效果
例如:新闻 公告 这样子,点击每一个下面就能出来不同的gridview
是WEB页面的。各位大大说下哦,详细点最好,分多多的
怎么样写JS啊

<!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>
.menu{border:1px solid #000;background-color:#CCCCCC;width:100px;height:20px;float:left;}
.menu1{border:1px solid #000;background-color:#fff;width:100px;height:20px;float:left;}
.content{border:1px solid #00f; background-color:#99CCFF;width:60%}
</style>
</head>

<body>
<div> <