form 屬性可返回對包含該按鈕的表單的引用。
若成功,該屬性返回一個表單對象。
radioObject.form
下面的例子將返回該單選按鈕所屬的表單的 id:
<html>
<body>
<form id="form1">
<input type="radio" id="radio1" />
</form>
<p>The id of the form containing the radio button is:
<script type="text/javascript">
x=document.getElementById('radio1');
document.write(x.form.id
);
</script></p>
</body>
</html>
如對本文有疑問,請?zhí)峤坏浇涣髡搲瑥V大熱心網(wǎng)友會為你解答??! 點(diǎn)擊進(jìn)入論壇
Powered by 365建站網(wǎng) RSS地圖 HTML地圖
copyright © 2013-2024 版權(quán)所有 鄂ICP備17013400號