非常不错的支持各种浏览器的简易调色板
- 11723
- 2010/7/6 10:43:51
以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="阅读全文
asp Microsoft.XMLHTTP生成静态页延迟解决方案
- 11142
- 2010/7/4 17:00:15
objXmlHttp.open"GET","http://"&request.ServerVariables("HTTP_HOST")&"/index.asp",falseobjXmlHttp.open"GET","http://"&request.ServerVariabl阅读全文
非常酷的javascript实现万年历功能
- 20367
- 2010/7/4 16:55:59
以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="阅读全文
黑色的非常酷的简单JavaScript日历及说明
- 13856
- 2010/7/4 16:53:06
以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="阅读全文
div+css黑色焦点图(幻灯片效果非常 不错)
- 12813
- 2010/7/2 13:05:11
以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="阅读全文
特别简洁的简单JavaScript日历及说明
- 15359
- 2010/6/28 23:30:14
以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="阅读全文
Javascript JS 限制复选框的选择个数(3)
- 18813
- 2010/5/7 14:32:57
以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="阅读全文
Javascript JS 限制复选框的选择个数(2)
- 15991
- 2010/5/7 14:29:22
以下为详细代码 <scriptlanguage="javascript"> functioncheck(str,num) {//选项框名字要相同. varcheckednum=0; vara=document.getElementsByName(str); varn=阅读全文
Javascript JS 限制复选框的选择个数
- 8910
- 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正则替换内容里的特定内容
- 14150
- 2010/5/5 11:34:14
<%content="<!--开始-->这里第一个需要替换的内容<!--结束-->不需要替换的内容<!--开始-->这里第二个需要替换的内容<!--结束-->asdasdasdasdasdasdasdasdas<!--开始-->这里第阅读全文
asp正则替换内容里的CSS样式
- 11157
- 2010/5/5 11:31:59
<%str="<spanstyle='font-size:9pt;font-family:宋体'>中国aaaaaaaaaaaaaaaaaaa深山qwbm.com</span>"FunctionReplaceTest(patrn,str,replStr)DimregEx'阅读全文
在iframe窗口中打开链接
- 40977
- 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上
- 34413
- 2010/4/29 22:41:32
只要在Flash对象加入页面时生成的HTML代码中加入以下参数就可以让Div浮动层从Flash下露出来了:<paramname="wmode"value="transparent"/> 另外,发现另外一个更专业的参数:<paramname="wmode"value="opaque阅读全文
在网页添加创建快捷方式的按钮
- 19515
- 2010/4/22 14:48:34
在网页内加上创建桌面快捷方式的按钮功能是:浏览网页时在醒目的地方有个收藏本站到桌面(在桌面创建连接本站的快捷方式)本人严重不建议大家使用。 以下为详细代码 <scriptlanguage="JavaScript"> functiontoDesktop(sUrl,sName)阅读全文
网页页面变灰,网页变成黑白色
- 18757
- 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强聊
- 10789
- 2010/4/19 8:49:09
以下为详细代码 <ahref="tencent://message/?Menu=yes&uin=565449214&Site=深山行者&Service=300&sigT=45a1e5847943b64c6ff3990f8a9e644d2b31356cb阅读全文
这个超级强的div+css图片大小自适应
- 24615
- 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阅读全文
倒计时广告/始终保持在网页中部
- 10529
- 2010/4/1 9:50:49
以下为详细代码 倒计时广告/始终保持在网页中部<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 阅读全文
点击密码框弹出小键盘
- 8518
- 2010/4/1 9:02:24
以下为详细代码 <divalign="center"> <INPUTtitle=登录密码onfocus="if(hidekeyboard){ hidekeyboard=false;userpswdvalue=this;showkeybo阅读全文
- 更多>>最新添加文章
- dw里面查找替换使用正则删除sqlserver里面的CONSTRAINT
- Android移动端自动化测试:使用UIAutomatorViewer与Selenium定位元素
- 抖音直播音挂载小雪花 懂车帝小程序
- javascript获取浏览器指纹可以用来做投票
- 火狐Mozilla Firefox出现:无法载入您的Firefox配置文件 它可能已经丢失 或是无法访问 问题解决集合处理办法
- 在Android、iOS、Windows、MacOS中微信小程序的文件存放路径
- python通过代码修改pip下载源让下载库飞起
- python里面requests.post返回的res.text还有其它的吗