Javascript JS 限制复选框的选择个数
- 8665
- 2010/5/7 14:26:14
以下为详细代码 <SCRIPTLANGUAGE="JavaScript"> varc=0,limit=3; functiondoCheck(obj){ obj.checked?c++:c--; if(c>limit){ obj.checked=false,c--阅读全文
asp正则替换内容里的特定内容
- 13973
- 2010/5/5 11:34:14
<%content="<!--开始-->这里第一个需要替换的内容<!--结束-->不需要替换的内容<!--开始-->这里第二个需要替换的内容<!--结束-->asdasdasdasdasdasdasdasdas<!--开始-->这里第阅读全文
asp正则替换内容里的CSS样式
- 10876
- 2010/5/5 11:31:59
<%str="<spanstyle='font-size:9pt;font-family:宋体'>中国aaaaaaaaaaaaaaaaaaa深山qwbm.com</span>"FunctionReplaceTest(patrn,str,replStr)DimregEx'阅读全文
在iframe窗口中打开链接
- 40677
- 2010/5/3 17:29:39
在iframe窗口中打开链接 <iframename="a1"></iframe><ahref="http://www.qwbm.com/"target="a1">qwbm</a> <iframeid="mxh"></iframe阅读全文
利用position把div放在flash上
- 34150
- 2010/4/29 22:41:32
只要在Flash对象加入页面时生成的HTML代码中加入以下参数就可以让Div浮动层从Flash下露出来了:<paramname="wmode"value="transparent"/> 另外,发现另外一个更专业的参数:<paramname="wmode"value="opaque阅读全文
在网页添加创建快捷方式的按钮
- 19291
- 2010/4/22 14:48:34
在网页内加上创建桌面快捷方式的按钮功能是:浏览网页时在醒目的地方有个收藏本站到桌面(在桌面创建连接本站的快捷方式)本人严重不建议大家使用。 以下为详细代码 <scriptlanguage="JavaScript"> functiontoDesktop(sUrl,sName)阅读全文
网页页面变灰,网页变成黑白色
- 18595
- 2010/4/20 21:38:20
2020新版的设置网页为黑白色的代码。 <style> html{ -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:gra阅读全文
以前的QQ强聊不管了,这个是非常管用的QQ强聊
- 10639
- 2010/4/19 8:49:09
以下为详细代码 <ahref="tencent://message/?Menu=yes&uin=565449214&Site=深山行者&Service=300&sigT=45a1e5847943b64c6ff3990f8a9e644d2b31356cb阅读全文
这个超级强的div+css图片大小自适应
- 24412
- 2010/4/6 15:19:23
以下为详细代码 <style> .mnlc9_l{ float:left; overflow:hidden; width:110px; height:110px; padding:3px; border:solid1px#d7d7d7; text-align:c阅读全文
倒计时广告/始终保持在网页中部
- 10370
- 2010/4/1 9:50:49
以下为详细代码 倒计时广告/始终保持在网页中部<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 阅读全文
点击密码框弹出小键盘
- 8245
- 2010/4/1 9:02:24
以下为详细代码 <divalign="center"> <INPUTtitle=登录密码onfocus="if(hidekeyboard){ hidekeyboard=false;userpswdvalue=this;showkeybo阅读全文
CSS代码格式化和压缩化
- 13356
- 2010/3/23 14:57:01
以下为详细代码 <!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.0Transitional//EN"> <html> <head> <title>CSS代码格式化和加密化</title> <阅读全文
DIV+CSS分页代码,放大镜分页效果
- 14291
- 2010/3/15 19:25:12
以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <htmlxmlns="http://www.w阅读全文
javascript自动获取Tags关键字
- 11406
- 2010/2/9 15:06:47
以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="阅读全文
javascript自动获取Tags关键字
- 9430
- 2010/2/9 14:44:31
以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="阅读全文
改善用户体验之checkbox表单(最多可以选择三个)
- 15500
- 2010/2/9 14:44:31
以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="阅读全文
按钮复制文章URL和复制保留文章的版权
- 10424
- 2010/2/9 14:14:16
以下为详细代码 按钮复制文章URL和复制保留文章的版权 <scriptlanguage="javascript"> functioncopyToClipBoard(){ varclipBoardContent=document.location; clipBoardCo阅读全文
Google的265导航站上顶部右边的logo上的眼珠特效 (兼容IE,FF)
- 10961
- 2010/2/8 11:03:55
以上是所用的一些图片 google_265_logo_ig.js 以上是用到的JS代码 以下为详细代码 <html> <head> <metahttp-equiv="content-type"content="text/html;阅读全文
可以用于考试系统中试卷上交的javascript倒计时
- 19385
- 2010/2/8 10:57:54
以下为详细代码 <SCRIPTLANGUAGE="JavaScript"> <!-- t=11;//总时间 varmaxtime; if(window.name==''){ maxtime=t*60; }else{ maxtime=window.name; 阅读全文
- 更多>>最新添加文章
- dw里面查找替换使用正则删除sqlserver里面的CONSTRAINT
- Android移动端自动化测试:使用UIAutomatorViewer与Selenium定位元素
- 抖音直播音挂载小雪花 懂车帝小程序
- javascript获取浏览器指纹可以用来做投票
- 火狐Mozilla Firefox出现:无法载入您的Firefox配置文件 它可能已经丢失 或是无法访问 问题解决集合处理办法
- 在Android、iOS、Windows、MacOS中微信小程序的文件存放路径
- python通过代码修改pip下载源让下载库飞起
- python里面requests.post返回的res.text还有其它的吗