当我在subsite里点击”Add a document”,报这个错,后来一看event log:
在AAM里加上一条: 问题搞定:
分类:
其他好文 时间:
2014-05-12 13:14:07
阅读次数:
306
layer: 下载js和layer库弹出框类型: 警告: 对话框: 框架:
//弹出窗口$(document).ready(function(){ $("#login").click(function(){ $.layer({
type: 2, ...
分类:
其他好文 时间:
2014-05-12 12:14:49
阅读次数:
261
在载人页面后,浏览器输出流自动关闭;在此之后,任何一个对当前页面进行操作的document.write()方法将打开—个新的输出流。它将清除当前页面内容(包括源文档的任何变量或值).document.write的方式,对所有浏览器而言都是阻塞的
即同步的我们可以通过document.write的方式...
分类:
编程语言 时间:
2014-05-12 12:00:23
阅读次数:
336
原文:一些有用的javascript实例分析(三) 1 10 输入两个数字,比较大小 2
window.onload = function () 3 { 4 var aInput =
document.getElementsByTagName("input"); 5 var aSpan = docu...
分类:
编程语言 时间:
2014-05-12 08:00:23
阅读次数:
732
原文:javascript系列之DOM(一) DOM(document object
moudle),文档对象模型。它是一个中立于语言的应用程序接口(API),允许程序访问并修改文档的结构,内容和样式。也就是一切语言(js,php
等)对web的操作是建立在DOM的基础之上的。行为的发生,首先必须获...
分类:
编程语言 时间:
2014-05-12 07:54:13
阅读次数:
382
Js中的offsetTop、clientTop、scrollTop各属性介绍页可见区域宽:
document.body.clientWidth; /document.documentElement.clientWidth网页可见区域高:
document.body.clientHeight;网页可见...
分类:
Web程序 时间:
2014-05-10 23:36:44
阅读次数:
507
Linux更改Apache网站目录出错:Document root must be a
directory解决修改DocumentRoot <Directory "C:/Apache/Apache2/htdocs"重启apache
报错Document root must be a director...
分类:
Web程序 时间:
2014-05-10 08:57:13
阅读次数:
442
Ajax传多个值的方法:var title =
document.getElementById("title").value; var cont =
document.getElementById("cont").value; var user = document.ge...
分类:
Web程序 时间:
2014-05-10 07:35:29
阅读次数:
386
Insert title here
div{
width: 300px;
height: 300px;
border:1px red solid;
position: fixed;/*相对于浏览器窗口进行定位*/
right: 5px;
}
img{
float:left;
width:180px;
height:180px;
}
/*两个定时器函数的区别:
* setTime...
分类:
编程语言 时间:
2014-05-10 04:49:23
阅读次数:
375
Neal is very curious about combinatorial problems, and now here comes a problem about words. Knowing that Ray has a photographic memory and this may not trouble him, Neal gives it to Jiejie.
Since Ji...
分类:
其他好文 时间:
2014-05-10 03:48:22
阅读次数:
352