“aspic”老师再请教
<html><head>
<script language="javascript">
var A =function(ID)
{return document.getElementById(ID);}
get =function(){
A('A1').value = A('A2').value = A('A3').value = A('A4').value = A('A5').value =A('A_value').value;
}
</script>
</head>
<body>
<form>
<p>●:A<input type="text" id="A_value" style=" height:20; width:20"/>
B<input type="text" id="B_value" style=" height:20; width:20"/>
</p>
<p><input type="BUTTON" value="确定查看" onClick="get()" ></p>
<p>====================================================</p>
<form>
<p>
①:A<input type="text" id="A1" style=" height:20; width:20"/>
B<input type="text" id="B1" style=" height:20; width:20"/></p>
<p>②:A<input type="text" id="A2" style=" height:20; width:20"/>
B<input type="text" id="B2" style=" height:20; width:20"/></p>
<p>③:A<input type="text" id="A3" style=" height:20; width:20"/>
B<input type="text" id="B3" style=" height:20; width:20"/></p>
<p>④:A<input type="text" id="A4" style=" height:20; width:20"/>
B<input type="text" id="B4" style=" height:20; width:20"/></p>
<p>⑤:A<input type="text" id="A5" style=" height:20; width:20"/>
B<input type="text" id="B5" style=" height:20; width:20"/></p>
</form>
</body>
</html>
*****************************************************************************
aspic老师:
感谢你的指导
在●:A框填入“1”
点击(确定查看)
下面的①A框里就能显示“1”
①A框能显示;
②③④⑤A框都能显示了。
还有个问题
在●:B框怎么表达
(我还要做很多个“CDEFG......”)
(怎样才能类推)
谢谢啦!!!