<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<link href="ww.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:896px;
top:22px;
width:116px;
height:237px;
z-index:1;
}
-->
</style>
</head>
<body>
<div id="Layer1"><div
id='div1'
style="display:''">aa的内容</div>
<div
id='div2'
style="display:none">bb的内容</div>
</div>
<form action="" method="get">
<p>
<input
type='radio'
name='aa'
onclick="div1.style.display='';div2.style.display='none'"
checked>
aa
</p>
<p>
<input
type='radio'
name='aa'
onclick="div1.style.display='none';div2.style.display=''">
bb </p>
<p>
<label>
<input type="radio" name="RadioGroup1" value="单选" />
cc
</label>
<br />
<label>
<input type="radio" name="RadioGroup1" value="单选" />
dd
</label>
<br />
</p>
</form>
</body>
</html>
要这个里面的cc或dd也要显示到DIV中去
一行行的显示
麻烦大家替我看看
真的很急