由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - ASP string.endswith 问题
相关主题
Re: Can asp invoke a software at the server side???Help, very urgent!vbscript and ASP
请教:网页的Back按钮是怎么做的?学完了html、js之后之应该学习asp吗?
[转载] 请教ASP高手IIS 5.1 and FileSystem object
[转载] ASP的script function里, 可以query database吗?Re: [转载] webmonkey
How to read out part of a string like xx/xx/xxxxUrgent: ASP support?
ASP究竟是怎么回事?网页中数据库格式显示问题
请问 Javascript + ASP + ADO ?how to process session varible in javascript?
Question on this ASP code.为什么webpage里收不到ATL control 的event
相关话题的讨论汇总
话题: error话题: string话题: dim
进入BuildingWeb版参与讨论
1 (共1页)
L***e
发帖数: 1254
1
My code always gets the error:
Microsoft VBScript runtime error '800a01a8'
Object required: 'This is string!'
/stringtest.asp, line 11
The code is:
<%
Dim s
s = "This is string!"
response.write(s.endswith("!"))
%>
Please help. Thanks a million!!!
1 (共1页)
进入BuildingWeb版参与讨论
相关主题
为什么webpage里收不到ATL control 的eventHow to read out part of a string like xx/xx/xxxx
can not execute global.asa help?ASP究竟是怎么回事?
asp文件的显示请问 Javascript + ASP + ADO ?
《〈〈请问大家出现这样的问题么,多出的代码自动加入了HTML〉〉》Question on this ASP code.
Re: Can asp invoke a software at the server side???Help, very urgent!vbscript and ASP
请教:网页的Back按钮是怎么做的?学完了html、js之后之应该学习asp吗?
[转载] 请教ASP高手IIS 5.1 and FileSystem object
[转载] ASP的script function里, 可以query database吗?Re: [转载] webmonkey
相关话题的讨论汇总
话题: error话题: string话题: dim