alanzou 发表于 2013-10-15 14:13:34

请教在网页中多个同名INPUT的值输入问题

这是页面中的代码
<INPUT onkeypress="checkKey_ip(this, document.frmSetup.VMAddress)" onchange="ChangeSet();IP1to223(this, infoValidAddr, infoLocatAddr, document.frmSetup.langinfo.value)" value=192 maxLength=3 size=3 name=VMAddress>
<INPUT onkeypress="checkKey_ip(this, document.frmSetup.VMAddress)" onchange="ChangeSet();IPCheck(this, document.frmSetup.langinfo.value)" value=18 maxLength=3 size=3 name=VMAddress>
<INPUT onkeypress="checkKey_ip(this, document.frmSetup.VMAddress)" onchange="ChangeSet();IPCheck(this, document.frmSetup.langinfo.value)" value=2 maxLength=3 size=3 name=VMAddress>
<INPUT onkeypress=checkKey_ipend(this) onchange="ChangeSet();IPEndCheck(this, infoIPAddrLast, document.frmSetup.langinfo.value)" value=1 maxLength=3 size=3 name=VMAddress>&nbsp;

请问用IE.au3如何才能将IP地址分别填入上面的几个INPUT里面呀!!!!请各位高手指点指点
页: [1]
查看完整版本: 请教在网页中多个同名INPUT的值输入问题