如何能使flash向aspx页面正确传送中文字符

      flash As 2005-9-1 16:36:00
flash里有一个文本框接受用户输入,然后我使用

getURL(url,"_blank","post")的方法把收到的字符加在url上传给aspx页面,

aspx页面用request()方法接收,然后把接收到的咚咚response.write()出来.

如果输入为英文,数字等时一切正常,可是输入中文在aspx页面却显示不出来.

注:flashmx2004,.net2003,webconfig里面我试着改
<globalization requestEncoding="UTF-8" responseEncoding="UTF-8" />

UTF-8为gb2312,Unicode,还是不行。

急,在线等待高手指点~~~50分奉送
---------------------------------------------------------------

上面我的方法不行:
.aspx 加上<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
在web.config里
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />

改成:
<globalization requestEncoding="gb2312" responseEncoding="gb2312" />
标签集:TAGS:
回复Comments() 点击Count()
喜欢就顶一下

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}