| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1620 人关注过本帖
标题:怎么我的程序变成乱码了?
只看楼主 加入收藏
风中的承诺
Rank: 1
等 级:新手上路
帖 子:331
专家分:0
注 册:2004-10-31
收藏
 问题点数:0 回复次数:13 
怎么我的程序变成乱码了?

<title>Óû§»ù±¾ÐÅÏ¢±à¼­</title> </head>

<body> <% id = Request.QueryString("UserId") sql = "select * from Users where UserId=" & id Set rs = Server.CreateObject("ADODB.Recordset") Set rs = Conn.Execute(sql) If rs.EOF Then Response.Write "²»´æÔÚЩÓû§Ãû" Else %> <form name="myform" method="post" action="UserSave.asp"> <input type="hidden" name="flag" value="edit"> <input type="hidden" name="UserId" value="<%= rs("UserId") %>"> <table align="center" width="450" border="1" cellspacing="1" cellpadding="1" bordercolor="#008000" bordercolordark="ffffff" > <tr> <td width="168" bgcolor="#E1F5FF">Óû§Ãû</td> <td width="269"><%= rs("UserName") %></td> </tr> <tr> <td bgcolor="#E1F5FF" >Óû§ÐÕÃû</td> <td><input name="Ename" type="text" id="Ename" value="<%= rs("Ename") %>"></td> </tr> <tr> <td bgcolor="#E1F5FF">µç×ÓÓÊÏä</td> <td><input name="Email" type="text" id="Email" value="<%= rs("Email") %>"></td> </tr> </table> </form>

搜索更多相关主题的帖子: 乱码 ETH 
2005-04-26 21:57
风中的承诺
Rank: 1
等 级:新手上路
帖 子:331
专家分:0
注 册:2004-10-31
收藏
得分:0 
那个汉字全成乱码了,郁闷

I love you not because of who you are, but because of who I am when I am with you!
2005-04-26 21:58
eghost
Rank: 1
等 级:新手上路
帖 子:30
专家分:0
注 册:2004-11-10
收藏
得分:0 
你的IIS组件支持fso吗?

/mxbz/myphoto/2.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://test105.web104./mxbz/myphoto/2.gif');}" onmousewheel="return imgzoom(this);" alt="" /> /pub/date/date.png" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://www./pub/date/date.png');}" onmousewheel="return imgzoom(this);" alt="" />/mxbz/myphoto/blogo.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://test105.web104./mxbz/myphoto/blogo.gif');}" onmousewheel="return imgzoom(this);" alt="" /> [glow=500,red,2]忘情工作室專業建站網站優化出售8位无保QQ[/glow]
2005-04-26 22:34
hxfly
Rank: 5Rank: 5
等 级:贵宾
威 望:17
帖 子:5810
专家分:118
注 册:2005-4-7
收藏
得分:0 
老大
在Dreamweaver里面按住CTRL+J调出页面属性
看看文本编码是不是简体中文(GB2312)
如果不是
把他改成简体中文(GB2312)就可以了

2005-04-27 08:42
daitoue
Rank: 1
等 级:新手上路
帖 子:87
专家分:0
注 册:2005-4-8
收藏
得分:0 
改过之后还不行的话.刷新一个IIS服务器.
当然刷新时候要把IE全部关闭.
再不行,机子重启一下就OK了.

QQ:32726716 skype:daitoue577
2005-04-27 10:15
无根泉
Rank: 2
等 级:新手上路
威 望:4
帖 子:853
专家分:0
注 册:2004-11-4
收藏
得分:0 
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> 网页代码里留言这一句就行了, 别的都可以不要

我很菜,但我很努力!
2005-04-27 10:21
0oooo
Rank: 1
等 级:新手上路
帖 子:24
专家分:0
注 册:2005-1-26
收藏
得分:0 
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> 这句保存,关闭,再打开,如果还不行的话去 在Dreamweaver里面按住CTRL+J调出页面属性 看看文本编码是不是简体中文(GB2312) 有一个重新截入,
2005-04-27 14:56
风中的承诺
Rank: 1
等 级:新手上路
帖 子:331
专家分:0
注 册:2004-10-31
收藏
得分:0 
原来是这样的所

我的机子比较差
运行dreamweaver有点慢
我通常用记本事写

I love you not because of who you are, but because of who I am when I am with you!
2005-04-28 08:57
hxfly
Rank: 5Rank: 5
等 级:贵宾
威 望:17
帖 子:5810
专家分:118
注 册:2005-4-7
收藏
得分:0 
那就是你的记事本的编码错了
用无根泉的方法
或者你自己把记事本的编码改成简体中文就可以了

2005-04-28 09:02
belin2000
Rank: 3Rank: 3
等 级:论坛游侠
威 望:5
帖 子:975
专家分:194
注 册:2004-6-2
收藏
得分:0 
以下是引用风中的承诺在2005-4-28 8:57:24的发言: 原来是这样的所 我的机子比较差 运行dreamweaver有点慢 我通常用记本事写
厉害, 我看你是非常精通html的啊。。。 我都是在dw和fg那里做的。。555

59ita点com(我就爱TA)
2005-04-28 09:30
快速回复:怎么我的程序变成乱码了?
数据加载中...
 
   



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

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