在dreamweaver中怎么利用onchange事件实现在两个文本框中实现在其中一个文本框中

如题所述

<html>
<head>
</head>
<body>
<form>
<input type="text" onChange="document.my.elements[0].value=this.value">
</form>
<form name="my">
<input type="text" onChange="document.form[0].element[0].value=this.value">
</form>
</body>
</html>
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答
大家正在搜