您的位置:首页 > 其它

传对象与传串_简单介绍

2006-12-19 11:14 197 查看
<html >
<head>
<title></title>
</script>
</head>
<body>
<form id="form1" runat="server">

</form>
<table id="tabname" width=80 height=200>
<tr>
<td id="tr1">
</td>
<td>
</td>
</tr>
<tr>
<td >
<input id="Button1" type="button" value="传串" onclick="setTab1('tabname');" /></td>
<td ><input id="Button2" type="button" value="传对象" onclick="setTab2(document.all('tabname'));" />
</td>
</tr>
</table>
</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: