新微赢技术网
标题:
[讨论] 乱码
[打印本页]
作者:
快乐小猪
时间:
2010-1-8 02:50
标题:
[讨论] 乱码
为什么我最新发代码都是乱码的
作者:
︶ㄣ⒏懂緈諨
时间:
2010-1-8 02:50
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<% dim ok
ok=Session("CheckCode")
%>
<script language="javascript">
function checkcode(form){
if(form.goog.value=="")
{
alert("验证码不对!");
return false;
}
}
</script>
</head>
<body>
<form name="form1" method="POST" onSubmit="return checkcode(this)">
<p>
<input type="submit" name="Submit" value="提交" >
<input name="use" type="text" id="use" >
<input name="pas" type="text" id="pas">
<input type="text" name="goog">
<img src="/code.asp"></p>
</form>
</body>
</html>
作者:
£籍の口∮
时间:
2010-1-8 02:50
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<% dim okok=Session("CheckCode")%>
<script language="javascript">
function checkcode(form)
{if(form.goog.value=="")
{ alert("验证码不对!"); return false;}}
</script>
</head>
<body>
<form name="form1" method="POST" onSubmit="return checkcode(this)">
<p> <input type="submit" name="Submit" value="提交" >
<input name="use" type="text" id="use" >
<input name="pas" type="text" id="pas">
<input type="text" name="goog">
<img src="/code.asp"></p>
</form>
</body>
</html>
复制代码
欢迎光临 新微赢技术网 (http://bbs.weiying.cn/)
Powered by Discuz! X3.2