首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > ASP >

页面刷新后变量丢失有关问题

2012-04-04 
页面刷新后变量丢失问题我有一链接ahref showmsg.asp?tclass %tclass% showmsg.asp /ashowmsg.

页面刷新后变量丢失问题
我有一链接   <a   href= "showmsg.asp?tclass= <%=tclass%> "> showmsg.asp </a>
showmsg.asp页面会每10秒自动刷新,   程序一切正常,没有什么问题

但是我把面页的文字全改成繁体,且有这样的语句 <meta   http-equiv= "Content-Type "   content= "text/html;   charset=big5 ">
按理说,什么问题也没有,可是出现了我想不到的问题,面页刷新后,会把传过来的
tclass值丢失,
然后我用繁体版的操作系统进行运行,却又没有问题

请各位友,帮我一把,弄不懂是为什么

[解决办法]
tclass是文字还是数字?我想是文字吧.
[解决办法]
编码冲突?

热点排行