E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
document.all
javascript练习输出某天是星期几
webrx-title functiontoDate(uYear,uMonth,uDay){ //定义一个函数,且有三个变量vararr="日一二三四五六".split("");with(
document.all
buzhang1314
·
2014-09-25 19:00
关于IE11绑定change事件的问题
从IE4开始,
document.all
在IE中举足轻重。比起document.getElementById()来说,
document.all
是IE方式的获取元素的引用的方法。
_o
·
2014-09-04 15:27
js
document.all
的用法
document.all
用法 一.
document.all
是页面内所有元素的一个集合。
xiaoyu714543065
·
2014-08-29 08:00
javascript里的
document.all
用法
从IE4开始IE的objectmodel才增加了
document.all
[],来看看
document.all
[]的Description:ArrayofallHTMLtagsinthedocument.Collectionofallelementscontainedbytheobject
a1232345
·
2014-08-26 12:00
html
对象
dom
响应键盘回车键事件
兼容IE,firefox,chrome在//响应回车事件functiondoKeyDown(){if(
document.all
){//如果是IEif(window.event.keyCode==13){
ffpositive
·
2014-08-21 20:31
js
JS判断当前浏览器安装的flash版本
functionflashChecker(){ varhasFlash=0;//是否安装了flash varflashVersion=0;//flash版本 if(
document.all
){ varswf
p793049488
·
2014-08-15 14:00
js之滚动置顶效果
0、js获取高度
document.all
// 只有ie认识 document.body.clientHeight // 文档的高,屏幕的文档区域的高 documemt.documentElement.clientHeight
cobish
·
2014-08-13 11:00
使用js设置快捷键操作页面,js热键控制页面操作
//判断是否是IE浏览器 ie = (
document.all
) ?
jiyanle
·
2014-08-06 09:21
js热键设置
javascript定义快捷键
js快捷键设置
base.js
document.getElementById(node):node; if(
document.all
) //IE { node.attachEvent(&q
·
2014-08-02 21:00
js
JS屏蔽键盘按键
3.1屏蔽键盘所有键3.2屏蔽鼠标右键在body标签里加上oncontextmenu=self.event.returnvalue=false或者functionnocontextmenu(){if(
document.all
huaxiafu
·
2014-07-31 17:00
javascript
js浏览器添加收藏夹代码
functionaddfavorite() { if(
document.all
) { window.external.addFavorite('http://www.XXX.com','XXX');
ssrrxx111
·
2014-07-31 10:00
鼠标拖拉按比例缩放的JavaScript
接触角测定仪varisIE=(
document.all
)?true:false;var$=function(id){ return"string"==typeofid?
chunzhisu
·
2014-07-30 10:07
return
function
软件
create
false
用iframe实现页面无刷新效果的表单提交
str="+str;
document.all
('main').src=url; } }
sucre
·
2014-07-30 09:00
iframe
表单
页面
效果
休闲
js判断当前浏览器
=-1 &&
document.all
; &n
liuxingshuijinglei
·
2014-07-29 12:00
浏览器
js解析xml字符串或xml文件,将其转换为xml对象方法
注:判断是否是ie浏览器和非ie浏览器的方法有多种,在此只介绍用例中的方法:1、解析xml字符串,得到xml对象的方式:function createXml(str){ if(
document.all
)
jiyanle
·
2014-07-24 16:56
js解析xml
ActiveXObject兼容
js转换xml
js解析xml字符串或xml文件,将其转换为xml对象方法
注:判断是否是ie浏览器和非ie浏览器的方法有多种,在此只介绍用例中的方法:1、解析xml字符串,得到xml对象的方式:function createXml(str){if(
document.all
){
GeeYL
·
2014-07-24 16:56
ActiveXObject兼容
js解析xml
js转换xml
web前端
js 杂记 记录
1.触发a标签varcomment=document.getElementById('tz'); if(
document.all
){ //ForIE comment.click(); }elseif(document.createEvent
joker_zhou
·
2014-07-17 16:00
UI
IE
url
html 日历插件
//确保日历容器节点在body最后,否则FireFox中不能出现在最上方 functionInitContainerPanel()//初始化容器 { varstr=''; if(
document.all
Jinl_bm
·
2014-07-11 16:13
html
PHP
css文本框的一些样式
1、只有下划线的文本框:2、软件序列号式的输入框:if(value.length==3)
document.all
[event.srcElement.sourceIndex+1].select();———
megoodtoo
·
2014-07-07 16:23
css文本样式
.net
document.layers、
document.all
、document.getElementById区别
2.
document.all
是IE4.0及以上版本的专有属性,是一个表示当前文档的所有对象的娄组,不仅包括页面上可见的实体对象,还包括一些不可见的对象,比如html注释等等。在d
WeLoveSunFlower
·
2014-07-07 16:00
firefox、IE下的几个不同属性的方法调用
声明:
document.all
:该对象只有IE中才存在,故用该对象来判断浏览器的类型一、IFRAME的对象在IE下可通过document.frames["id"];得到该IFRAME对象,而在火狐下则是通过
老鸟的空间
·
2014-07-07 11:00
文字上下滚动-JS代码版
文字上下滚动文字上下滚动-JS代码down=true;functionact(yp,yk,yx){ob=
document.all
("TDiv");ob.style.posTop=yp;if(yp=yk)
chunzhisu
·
2014-07-04 16:35
function
Activity
false
window.event 兼容行
由于火狐服务器不支持window.event接口,想获取event事件可以用下面方法 function getEvent() { if (
document.all
liguangsong
·
2014-07-01 10:00
window
js代码获取服务器端时间
untitled get=function(id){ returndocument.getElementById(id) } if(
document.all
chelen_jak
·
2014-06-27 20:00
jquery 绑定回车事件Enter
全局:$(function(){document.onkeydown=function(e){varev=
document.all
?
kunkun378263
·
2014-06-22 09:00
按钮接受回车事件的三种实现方法
方法一:复制代码代码如下:if(event.keyCode==13){varbutton=
document.all
("");button.focus();button.click();}方法二:复制代码代码如下
·
2014-06-06 09:16
imgSizer.js源码
{ imgCache : [] ,spacer : “/path/to/your/spacer.gif” } ,collate : function(aScope) { var isOldIE = (
document.all
完美世界
·
2014-06-05 17:00
imgSizer
firefox、IE下的几个不同属性的方法调用
声明:
document.all
:该对象只有IE中才存在,故用该对象来判断浏览器的类型一、IFRAME的对象在IE下可通过document.frames["id"];得到该IFRAME对象,而在火狐下则是通过
Manville
·
2014-05-29 15:00
JavaScript
IE
火狐
网页中父子窗口间的访问
阅读更多在父页面访问Iframe子窗体的txtAddress控件window.frames["ifrMapCompanyDetails"].
document.all
("txtAddress").value
wallimn
·
2014-05-09 11:00
iframe
网页中父子窗口间的访问
在父页面访问Iframe子窗体的txtAddress控件 window.frames["ifrMapCompanyDetails"].
document.all
("txtAddress
wallimn
·
2014-05-09 11:00
iframe
网页中父子窗口间的访问
在父页面访问Iframe子窗体的txtAddress控件 window.frames["ifrMapCompanyDetails"].
document.all
("txtAddress
wallimn
·
2014-05-09 11:00
iframe
网页中父子窗口间的访问
在父页面访问Iframe子窗体的txtAddress控件 window.frames["ifrMapCompanyDetails"].
document.all
("txtAddress
wallimn
·
2014-05-09 11:00
iframe
网页中父子窗口间的访问
在父页面访问Iframe子窗体的txtAddress控件 window.frames["ifrMapCompanyDetails"].
document.all
("txtAddress
wallimn
·
2014-05-09 11:00
iframe
JavaScript加入收藏夹功能(兼容IE、firefox、chrome)
实现代码:复制代码代码如下:functionaddFav(){if(
document.all
){window.external.addFavorite('http://jb51.net','FREEWebDirectory
·
2014-05-05 09:02
自定义getElementsByClassName( ) 方法
function getElementsByClassName (className) { var all =
document.all
?
i_am_birdman
·
2014-05-03 23:00
element
页面关闭提示
window.onbeforeunload=function() { if(
document.all
) { if(event.clientY<0) return"确定要离开吗?
JunDer
·
2014-04-22 13:00
禁用Tab键JS代码兼容Firefox和IE
复制代码代码如下:document.onkeydown=function(e){varisie=(
document.all
)?
·
2014-04-18 11:45
JavaScript中一个奇葩的IE浏览器判断方法
记得在网上Down的很多源码用的最多的一种方式就是:复制代码代码如下:varie=
document.all
();这是因为IE浏览器的document下有all方法,而所谓的标准浏览器却没有,所以很长的一段时间
·
2014-04-16 09:44
ProtoType4
document.getElementsByClassName=function(className)...{ varchildren=document.getElementsByTagName('*')||
document.all
zhangwenzhuo
·
2014-04-13 03:00
prototype
Microsoft
J#
asp
ProtoType4
document.getElementsByClassName=function(className)...{ varchildren=document.getElementsByTagName('*')||
document.all
zhangwenzhuo
·
2014-04-13 03:00
prototype
Microsoft
J#
asp
JQ_加入收藏
加入收藏addFavoritefunction AddFavorite(){ if(
document.all
){ try{ window.external.addFavorite(window.location.href
喵王不瞌睡
·
2014-03-29 23:00
实现 select中指定option选中触发事件
当我们要取得select的选中事件时,用
document.all
['name'].value来获取,其中name是select的名称。如果我们要得到select的全部的值就用一个for循环来实现
a771948524
·
2014-03-24 09:00
Tips展开关闭问答代码
functionshow(c_Str,imgg){ if(
document.all
(c_Str).style.display=='none'){
document.all
(c_Str).style.display
sungang_1120
·
2014-03-19 16:00
JavaScript
jquery
Tips展开关闭问答代码
functionshow(c_Str,imgg){ if(
document.all
(c_Str).style.display=='none'){
document.all
(c_Str).style.display
sungang_1120
·
2014-03-19 16:00
JavaScript
jquery
document.all
的那些事儿
一.
document.all
是页面内所有元素的一个集合。
june-映君
·
2014-03-12 20:00
几个关于HTML的js方法
title){ varurl=parent.location.href; if(window.sidebar){ window.sidebar.addPanel(title,url,""); }elseif(
document.all
catoop
·
2014-03-04 15:00
js实现操作系统右键复制功能
主要依靠 execCommand()方法点击按钮,复制文本框的内容functionCopyAll(T){T.focus()//得到文本框焦点T.select()//全选文本框if(
document.all
luckykapok918
·
2014-03-03 22:00
JavaScript获取当前页面上的指定对象示例代码
方法如下:复制代码代码如下:document.getElementById(ID)//获得指定ID值的对象document.getElementsByName(Name)//获得指定Name值的对象数组
document.all
·
2014-02-28 17:05
设为首页,加入收藏
//设为首页 functionsetfirst(url){ if(
document.all
){ document.body.style.behavior='url(#default#homepage)'
joha
·
2014-02-17 10:22
浏览器
function
title
default
homepage
设置收藏夹和首页的js代码
//JavaScriptDocument //添加到收藏夹 //调用方法: //加入您的收藏夹中">加入收藏 functionAddToFavorite() { if(
document.all
YaoXTao
·
2014-02-13 16:00
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他