脚 本 之 家 www.jb51.net
页面导航:  不限条件-->级链
本地搜索:
[html]<a href="#">超级链接</a> <script language=javascript> linkColor="#ff0000"; linkFontSize="18px"; linkFontWeight="normal"; linkTextDecoration="none"; vlinkColor="#ff0000"; vlinkFontSize="18px"; vlinkFontWeight="normal"; vlinkTe...
http://www.jb51.net//article/11043.htm
<%’******************************’函数:RemoveHref_A(HTMLstr)’参数:HTMLstr,待去除链接的字符串’作者:阿里西西’日期:2007/7/12’描述:去除字符串中所有的超级链接’示例:<%=RemoveHref_A("<a href=/abc/h.html>测试</a>")%>’******************************Function RemoveHref_A(HTMLstr)Dim n,str1,str2,str3,str4HTMLstr&nb...
http://www.jb51.net//article/10871.htm
FunctionInsertHyperlinks(inText)DimobjRegExp,strBufDimobjMatches,objMatchDimValue,ReplaceValue,iStart,iEnd strBuf="" iStart=1 iEnd=1 SetobjRegExp=NewRegExp objRegExp.Pattern="\b(www|http|\S+@)\S+\b" '判断URLs和emails. objRegExp.IgnoreCase=True    &...
http://www.jb51.net//article/4798.htm
$string="连接http://www.phpx.com站点";//连接后需要有个空格或回车。$string=  eregi_replace("http://([^,\r\n]*)","<ahref=\\0target=_blank>\\0</a>",$string);$string=  eregi_replace("ftp://([^,\r\n]*)","<ahref=\\0target=_blank>\\0</a&g...
http://www.jb51.net//article/2122.htm
给超级链接增加其他样式[html]<html><head><style type="text/css">a.one:link {color: #ff0000}a.one:visited {color: #0000ff}a.one:hover {color: #ffcc00}a.two:link {color: #ff0000}a.two:visited {color: #0000ff}a.two:hover {font-size: ...
http://www.jb51.net//article/379.htm
共有:5/10,当前1/1页  [首页] [上一页] 1 [下一页] [尾页] 转到: