if instr(document.form.checkCode.value,"") = 0 then
msgbox("验证码不能为空!")
document.form.checkCode.focus()
checkform=false
exit function
end if
if (document.form.checkCode.value <> document.form."GetCode".value) then
msgbox("您输入的确认码和系统产生的不一致,请重新输入。")
document.form.checkCode.focus()
checkform=false
exit function
end if
if (document.form.checkCode.value <> document.form."GetCode".value) then
以上的这行好像是错的,知道的帮看看