vbs调试不出来!脚本代码不执行
<html><head><title>注册页面</title><scriptlanguage="VBScript">session.abandonfunctionvali...
<html> <head> <title>注册页面</title> <script language="VBScript"> session.abandon function valid() str=Document.fm1.uid.value if(str.Length<8)then window.Alert("账号不能小于8个字符!") Document.fm1.uid.Focus() valid=false exit function end if str1=Document.fm1.pwd.value if Empty(str) then window.Alert("密码不能为空!") Docuemnt.fm1.pwd.Focus() valid=false exit function end if valid=true end function </script> </head> <body background="77.jpg"> <form name="fm1" method="post" onsubmit="valid()" action="denglu.asp"> <p align="center">用户名:<input type="text" name="uid"> <p align="center">密 码:<input type="password" name="pwd"> <p align="center"><input type="submit" value="登 录"> <input type="reset" value="重 置"></p> </form> </body> </html> action倒是能执行,不过VBS的脚本就不执行了,请高手指教!!
展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询