首先确定你的网页是否指定了编码
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
如果是GB2312,可以在Asp网页最顶部加入
<%session.CodePage="936"%>
RS的乱码问题应该可以解决
1.asp和2.asp是独立的页面,想把1.asp的表单值传递给2.asp只能用cookie
范例:
1.ASP中一个 <input type= "text " name= "txtValue ">
我试着在2.ASP中用 <%=trim(request( "txtValue "))%> ,但不行 !
...
苗景云的博客
<< 向左走,向右走 >>
<< 向左走,向右走 >>
