1. document.write( " "); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document- >html- >(head,body)4.一个浏览器窗口中的DOM顺序是:window- >(navigator,screen,history,location,do.....
分类:
编程语言 时间:
2014-09-20 22:46:19
阅读次数:
242
byzhangxinxufromhttp://www.zhangxinxu.com本文地址:http://www.zhangxinxu.com/wordpress/?p=3432一、本文就是个实例展示三点:我就TM想找个例子,知道如何个使用,使用语法什么的滚粗跟搜索引擎搞基自己备忘精力总是有限的,昨...
分类:
Web程序 时间:
2014-09-20 21:47:39
阅读次数:
193
尽 管是上面讲到的《JavaScript高级程序设计》(第二版)中提到,BOM中的location.path/query…… (window.location)在通过JavaScript更改以后,浏览器都会通过刷新来到达你更改后的URL(location的意思就是位 置。。)而在JavaScript...
1 2 3 4 5 6 7 8 9 10 11 14 15 183 周记【学校晚会篇】184 185 186 187 224 230 231 232 233 ...
1. Java As a Progaramming Platform2. The Java "White Paper" Buzzwords3. Java Applets and the Internet4. A Short History of Java5.Common Misconceptions...
分类:
编程语言 时间:
2014-09-19 13:47:25
阅读次数:
197
第一种:window.location.href="login.jsp?backurl=\"+window.location.href; 第二种:alert("返回"); window.history.back(-1); 第三种:window.navigate("top.jsp"); 第四种:sel...
分类:
编程语言 时间:
2014-09-18 22:01:04
阅读次数:
191
1.document.write(""); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5...
分类:
编程语言 时间:
2014-09-18 21:57:54
阅读次数:
311
1.document.write("");为输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5...
分类:
Web程序 时间:
2014-09-18 18:38:34
阅读次数:
227
#ifndef __AGDI__INCED___ #define __AGDI__INCED___//---Revision History: ----------------------------------------------// 17.10.2000, added AG_SYM_S...
分类:
其他好文 时间:
2014-09-18 16:13:44
阅读次数:
1069
Better not to ignore the past but learn form it instead,Otherwise history has a way of repeating itself最好不要忽略过去,而是从中得到些教训,否则,历史会不断重复上演Better not to ig...
分类:
其他好文 时间:
2014-09-18 13:02:33
阅读次数:
196