一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

=判断URL参数是否不存在页面

时间:2009-07-02 编辑:简简单单 来源:一聚教程网


'checkExist()
function checkExist(parameters)
 if isnull(parameters) or isempty(parameters) or len(parameters)="" then
  checkExist=true
 else
  checkExist=false
 end if
end function

function define_str(str,outSTR)
 dim result
 if isnull(str) or isempty(str) or str="" then
  result =outSTR
 else
  result = str
 end if
 define_str = result
end function

热门栏目