无法验证密码。我必须在密码字段上选择,然后单击其他字段进行验证。否则,我无法提交表格。不知何故,javascript验证必须检测到一个失焦的事情。如果我只是按向右箭头,验证也将成立。
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:form1 ATTR=ID:password1 CONTENT=1000!Hello
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:form1 ATTR=ID:password2 CONTENT=1000!Hello
###what should I put here (in-between) to emulate a keyboard tab or "focus then out-of-focus" (jump to other field)?###
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:form1 ATTR=ID:password-submit
TAG POS=4 TYPE=INPUT:BUTTON ATTR=*