| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 464 人关注过本帖
标题:帮忙看看这测试代码,报类型不匹配!谢谢
取消只看楼主 加入收藏
xiang958
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2005-8-26
收藏
 问题点数:0 回复次数:0 
帮忙看看这测试代码,报类型不匹配!谢谢
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script language=VBscript>
<!--
function chinese2unicode(Str)
 dim i
 dim Str_one
 dim Str_unicode
 for i=1 to len(Str)
  Str_one=Mid(Str,i,1)
  Str_unicode=Str_unicode & "%"
  Str_unicode=Str_unicode & left(Hex(ascw(Str_one)),2)
  str_unicode=Str_unicode & "%"
  Str_unicode=Str_unicode & right(Hex(ascw(Str_one)),2)
 next
 chinese2unicode= Str_unicode
end function
//-->
</script>
</head>
<body>
<form name="form" method="post" action="">
<table width="227" border="0">
  <tr>
    <td width="168"><input name="txtcode" type="text" id="txtcode">
   </td>
    <td width="42"><input type="submit" name="Submit" value="提交">
  </td>   
  </tr>
</table>
</form>
<%
content=request("txtcode")
code=chinese2unicode(content)             '报类型不匹配
response.Write(code)
response.End()
%>
</body>
</html>
搜索更多相关主题的帖子: 类型 代码 
2005-08-26 16:26
快速回复:帮忙看看这测试代码,报类型不匹配!谢谢
数据加载中...
 
   



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

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