当我在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
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
原文:http://dean.edwards.name/weblog/2009/03/callbacks-vs-events/先看如下代码:1
document.addEventListener("DOMContentLoaded", function() {2
console.log("Ini.....
分类:
其他好文 时间:
2014-05-10 06:26:41
阅读次数:
273
1.IE状态栏无法结束的问题 1 function clearStatusBar(){ 2
this.bd = document.body; 3 this.tmp = document.creatElement("div"); 4 this.tmp =
style.di...
分类:
Web程序 时间:
2014-05-10 02:33:03
阅读次数:
318
Linux 内核Makefile文件 --译自Linux3.9.5 Kernel
Makefiles(内核目录documention/kbuild/makefiles.txt) This document describes the
Linux kernel Makefiles 本文当介绍了Linu...
分类:
系统相关 时间:
2014-05-09 23:08:47
阅读次数:
631
原生js方式:var obj =
document.getElementByIdx_x(”testSelect”); //定位idvar index = obj.selectedIndex;
// 选中索引var text = obj.options[index].text; // 选中文本var ...
分类:
Web程序 时间:
2014-05-09 19:48:36
阅读次数:
384
1.document.write(""); 输出语句 2.JS中的注释为//
3.传统的HTML文档顺序是:document->html->(head,body)
4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,documen...
分类:
Web程序 时间:
2014-05-09 19:40:08
阅读次数:
470