php验证码

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-23 13:36:271070browse

<title>用户注册</title><meta http-equiv="Content-Type" content="text/html;charset=utf-8"><script language="javascript">function check(){	if(myform.username.value == "")	{		alert("用户名不能为空!");		myform.username.focus();		return false;	}	if(myform.pwd.value == "")	{		alert("密码不能为空!");		myform.pwd.focus();		return false;	}	if(myform.ccode.value == "")	{		alert("验证码不能为空!");		myform.ccode.focus();		return false;	}	return true;}</script>


"; }?>
                

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn