标题:asp 搜索出的关健字是乱码
取消只看楼主
mai_25
Rank: 3Rank: 3
来 自:上海
等 级:论坛游侠
帖 子:206
专家分:131
注 册:2006-7-22
结帖率:65.22%
已结贴  问题点数:20 回复次数:0 
asp 搜索出的关健字是乱码
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%
Response.CodePage=65001
Response.Charset="UTF-8"

dim types,key,dat,sdat,edat,stdat,eddat
types = trim(Request.Form("types"))
key = trim(Request.Form("key"))
dat = trim(Request.Form("dat"))
sdat = trim(Request.Form("starty"))&"-"&trim(Request.Form("startm"))&"-"&trim(Request.Form("starth"))
edat = trim(Request.Form("endy"))&"-"&trim(Request.Form("endm"))&"-"&trim(Request.Form("endh"))

if dat = "" then

if types=1 then
Response.Redirect("so_jd.asp?tit="&key&"")
elseif types=2 then
Response.Redirect("so_ms.asp?tit="&key&"")
elseif types=3 then
Response.Redirect("so_gw.asp?tit="&key&"")
elseif types=4 then
Response.Redirect("so_qy.asp?tit="&key&"")
elseif types=5 then
Response.Redirect("so_hd.asp?tit="&key&"")
end if

else

if types=1 then
Response.Redirect("so_jd.asp?tit="&key&"&sdat="&sdat&"&edat="&edat&"")
elseif types=2 then
Response.Redirect("so_ms.asp?tit="&key&"&sdat="&sdat&"&edat="&edat&"")
elseif types=3 then
Response.Redirect("so_gw.asp?tit="&key&"&sdat="&sdat&"&edat="&edat&"")
elseif types=4 then
Response.Redirect("so_qy.asp?tit="&key&"&sdat="&sdat&"&edat="&edat&"")
elseif types=5 then
Response.Redirect("so_hd.asp?tit="&key&"&sdat="&sdat&"&edat="&edat&"")
end if

end if
%>

当跳到相关页面关健就出现乱码
so_jd.asp?tit=灏忚タ澶?sdat=2010-11-1&edat=2010-11-8

测试地址:http://www.
搜索更多相关主题的帖子: 关健 乱码 asp 搜索 
2010-11-17 10:40



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-325994-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.074025 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved