function CheckForm(){ if (document.myform.username.value==''){alert('请输入会员帐号!');document.myform.username.focus();return false;} if (document.myform.password.value==''){alert('请输入登录密码!');document.myform.password.focus();return false; } if (document.myform.Verifycode.value==''){ alert('请输入验证码!');document.myform.Verifycode.focus();return false;} return true;} document.write('现在注册为会员立刻获得100元现金券!已是会员请先登录');