WEB开发网
开发学院网页设计JavaScript JavaScript事件对象 阅读

JavaScript事件对象

 2010-09-14 13:29:51 来源:WEB开发网   
核心提示: 定时timer=setInterval('scrollwindow()',delay);clearInterval(timer); UNCODE编码escape() ,unescape 父对象obj.parentElement(dhtml)obj.parentNode(do

定时

timer=setInterval('scrollwindow()',delay);

clearInterval(timer);

UNCODE编码

escape() ,unescape

父对象

obj.parentElement(dhtml)

obj.parentNode(dom)

交换表的行

TableID.moveRow(2,1)

替换CSS

document.all.csss.href = "a.css";

并排显示

display:inline

隐藏焦点

hidefocus=true

根据宽度换行

style="word-break:break-all"

自动刷新

<meta HTTP-EQUIV="refresh" CONTENT="8;URL=http://c98.yeah.net">

简单邮件

<a href="mailto:aaa@bbb.com?subject=ccc&body=xxxyyy">

快速转到位置

obj.scrollIntoView(true)

<a name="first">

<a href="http://j5c.ddvip.com/index.php#first">anchors</a>

网页传递参数

location.search();

可编辑

obj.contenteditable=true

执行菜单命令

obj.execCommand

双字节字符

/[^"x00-"xff]/

汉字

/["u4e00-"u9fa5]/

让英文字符串超出表格宽度自动换行

word-wrap: break-word; word-break: break-all;

透明背景

<IFRAME src="1.htm" width=300 height=180 allowtransparency></iframe>

获得style内容

obj.style.cssText

HTML标签

document.documentElement.innerHTML

第一个style标签

上一页  1 2 3 4  下一页

Tags:JavaScript 事件 对象

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接