IT码农库

搜索列表

  • newasp中main类

    【ASP编程】<% Const IsDeBug = 1 Class NewaspMain_Cls     Public membername, memberpass, membergrade, membergroup, memberid     Public memberclass, menbernickname, C...

  • 利用Microsoft.XMLHTTP控件发送COOKIE

    【ASP编程】作者:czy <czy82@elong.com> 出处:http://www.nsfocus.net 日期:2003-09-03 (注意由于论坛会对文章中的一些字符作处理,所以最好到 http://www.chinansl.com/czy/xmlhttp.txt看文章 http://www.chinansl.com/czy/aspsky5.htm测试代码)     跨站脚本攻击想必各位都已经...

  • UBB 转换函数演示 (经典论坛)

    【正则表达式】UBB代码对于经常上论坛的朋友来说是最熟悉不过了。这里我不多说了,关于怎么实现UBB转换,不了解的朋友请看这里正则表达式在UBB论坛中的应用。     经典论坛的UBB转换我觉得是处理的非常好的,研究了一下它的转换结果[因为没有源码:)],做了下面的演示。转换结果基本上觉得象了。   ...

  • 论坛UBB代码 推荐

    【正则表达式】复制代码 代码如下: <%dim param,smiles  'param是UBB标签完全可用的标记 param=full 则完全可用,否则不支持一些占位大的标签 smiles是禁止笑脸转换function UBBCode(content)dim n,i'on error resume nextset re=new regexpre.IgnoreCase=truere.global=true re.pattern="\[code\](\r\n)?([\s\S...

  • ubb js

    【正则表达式】strIcons = "1"  //允许笑脸转换strSmile="1"   //同上ImgName="em"picurl="/images/emot/" function UBBCode(content,html){    content=content.replace("\\r","");    content=content.replace("\\n","");    return (trans(content)...

  • 很不错的一个UBB代码

    【ASP编程】<%Function HTMLEncode(ByVal strValue) '忽略错误 On Error Resume Next '定义变量 Dim strNewValue If strValue <> "" Then  strNewValue = Replace(strValue,"...