201306 - 成功志,成功日志,网页网站技术,ASP,PHP,JS,CSS

日志归档

2013年6月发布的文章

HTML

网页滚动条居左显示的方法

阅读(6159)评论(0)

<html>  <head>   <meta http-equiv="content-type" content="text/html; charset=gb2312" />   <title>网页滚动条居左显示的方法</title>  <...

JS

JS操作cookie详解(document.cookie对象)

阅读(12860)评论(0)

一、设置cookie 每个cookie都是一个名/值对,可以把下面这样一个字符串赋值给document.cookie: document.cookie="userId=828"; 如果要一次存储多个名/值对,可以使用分号加空格(; )隔开,例如: document.cookie="userId=828; userName=...

ASP

ASP用FSO设置/读取文件(夹)属性

阅读(8349)评论(0)

<% w="\images\index.asp" w=Server.MapPath("\")&w set fso=createobject("scripting.filesystemobject") set file=fso.getfile(w) file.attributes=0 //常数  &...

Powered by emlog © Emlog大前端 theme By 草窝 粤ICP备18103393号

粤公网安备 44190002006955号

sitemap