码迷,mamicode.com
首页 > Windows程序 > 详细

JS -- windows 属性

时间:2015-08-06 22:09:03      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:

JS – windows 属性

JS – windows 属性

Table of Contents

alert (...)
confirm (..)
prompt (...)
close ()
print ()

navigator

appCodeName        # "Mozilla"
appName            # "Netscape"
appVersion         # "5.0"
cookieEnabled      # "ture"
userAgent          # 头信息

history

back()
forward()
go(-1)
go(1)
go(0)

location

host
port
href
pathname
protocol
search
assign(URL)
reload()       # 刷新

screen

height
width
availHeight
availWidth

TIME

var t = setTimeout (FUNC, 1000);
var t = setInterval(FUNC, 1000);
clearTimeout(t);
clearInterval(t);

JS -- windows 属性

标签:

原文地址:http://www.cnblogs.com/sunznx/p/4709195.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!