绿坝关键词测试

来源:互联网 发布:阿里巴巴比淘宝便宜吗 编辑:程序博客网 时间:2024/04/24 21:30
 

绿坝关键词测试

http://www.godwithus.cn/lvba.asp

用ASP写的,未作任何的校验,代码如下,懒得自动记录到数据库了。
如果自动记录,考虑先插入到数据库,然后如果页面正常显示再从数据库里删除该记录即可。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-cn">
<head>
<meta content="text/html;charset=GB2312" http-equiv="Content-Type" />
<title>绿坝关键词测试</title>
</head>
<html>
<body>
<h1>绿坝关键词测试</h1>
<%
q = Request("q")
%>
<form action=lvba.asp>
关键词<input type=text name=q value=<%= q%>>
<input type=submit>
<hr>
</form>
<%
response.write("你输入’<font color=red>" & q &"</font>’,如果本页面被关闭会未正常显示,则’" & q & "’是关键词" & vbcrlf)
%>
<p>问题建议请联系 godwithus.cn@gmail.com,http://godwithus.cn</p>
</body>
</html>