请问Document的所有属性,及设置请高手指点一二〉。
请问Document的所有属性,及设置请高手指点一二〉。 问题点数:0、回复次数:3Top
1 楼inelm(木野狐)回复于 2003-11-04 00:29:39 得分 0
Property Description
activeElement Retrieves the object that has the focus when the parent document has focus.
alinkColor Sets or retrieves the color of all active links in the document.
bgColor Deprecated. Sets or retrieves a value that indicates the background color behind the object.
charset Sets or retrieves the character set used to encode the object.
cookie Sets or retrieves the string value of a cookie.
defaultCharset Retrieves the default character set from the current regional language settings.
designMode Sets or retrieves a value that indicates whether the document can be edited.
dir Sets or retrieves a value that indicates the reading order of the object.
doctype Retrieves the document type declaration associated with the current document.
documentElement Retrieves a reference to the root node of the document.
domain Sets or retrieves the security domain of the document.
expando Sets or retrieves a value indicating whether arbitrary variables can be created within the object.
fgColor Sets or retrieves the foreground (text) color of the document.
fileCreatedDate Retrieves the date the file was created.
fileModifiedDate Retrieves the date the file was last modified.
fileSize Retrieves the file size.
implementation Retrieves the implementation object of the current document.
lastModified Retrieves the date the page was last modified, if the page supplies one.
linkColor Sets or retrieves the color of the document links.
parentWindow Retrieves a reference to the container object of the window.
protocol Sets or retrieves the protocol portion of a URL.
readyState Retrieves a value that indicates the current state of the object.
referrer Retrieves the URL of the location that referred the user to the current page.
uniqueID Retrieves an autogenerated, unique identifier for the object.
URL Sets or retrieves the URL for the current document.
URLUnencoded Retrieves the URL for the document, stripped of any character encoding.
vlinkColor Sets or retrieves the color of the links that the user has visited.
XMLDocument Retrieves a reference to the XML Document Object Model (DOM) exposed by the object.
XSLDocument Retrieves a reference to the top-level node of the XSL document.
Top
2 楼inelm(木野狐)回复于 2003-11-04 00:30:42 得分 0
msdn 里面全有Top
3 楼avonqin(不再看连续剧)回复于 2003-11-04 00:33:11 得分 0
http://wd365.nease.net/suoming/zhuanzai/chap4-2.htm
http://lteng.com/txt/JavaScript/tech/js/doc1.htm#1048486Top




