home *** CD-ROM | disk | FTP | other *** search
INI File | 2003-05-14 | 3.4 KB | 248 lines |
- [Window]
- @window.document
- @window.history
- @window.location
- @window.history
- @window.frame
- @document.form
- @document.image
- @document.link
- [History]
- history.length
- history.back( )
- history.forward( )
- history.go( )
- [/History]
- [Location]
- location.hash
- location.host
- location.hostname
- location.href
- location.pathname
- location.port
- location.protocol
- location.search
- location.reload(__)
- window.location.replace(" ")
- [/Location]
- [Document]
- [Form]
- document.form.action
- document.form.elements[ ]
- document.form.encoding
- document.form.length
- document.form.method
- document.form.reset( )
- document.form.submit( )
- document.form.target
- [/Form]
- [Image]
- border
- complete
- height
- hspace
- lowsrc
- name
- prototype
- src
- vspace
- width
- [/Image]
- [Link]
- document.link.hash
- document.link.host
- document.link.hostname
- document.link.href
- document.link.pathname
- document.link.port
- document.link.protocol
- document.link.search
- document.link.target
- [/Link]
- document.alinkColor
- document.anchors[ ]
- document.bgColor
- document.cookie
- document.embeds
- document.fgColor
- document.forms[ ]
- document.lastModified
- document.linkColor
- document.links[ ]
- document.location
- document.referrer
- document.title
- document.vlinkColor
- document.clear( )
- document.close( )
- document.open( )
- document.write(" ")
- document.writeln(" ")
- [/Document]
- [Frame]
- frame.frames
- frame.name
- frame.length
- frame.parent
- frame.self
- frame.window
- frame.blur( )
- frame.clearTimeout( )
- frame.focus( )
- frame.setTimeout( )
- [/Frame]
- window.defaultStatus
- window.frames[ ]
- window.length
- window.name
- window.opener
- window.parent
- window.self
- window.status
- window.top
- window.alert(" ")
- window.blur( )
- window.clearTimeout( )
- window.close( )
- window.confirm(" ")
- window.focus( )
- window.open(" ", "")
- window.prompt(" ", "")
- window.scroll( )
- window.setTimeout( )
- [/Window]
- [Navigator]
- navigator.appCodeName
- navigator.appName
- navigator.appVersion
- navigator.javaEnabled( )
- navigator.mimeTypes
- navigator.plugins
- navigator.userAgent
- [Plugins]
- description
- filename
- length
- name
- [/Plugins]
- [/Navigate]
- [Date and time]
- prototype
- getDate( )
- getDay( )
- getHours( )
- getMinutes( )
- getMonth( )
- getSeconds( )
- getTime( )
- getTimezoneOffset( )
- getYear( )
- parse(" ")
- setDate( )
- setHours( )
- setMinutes( )
- setMonth( )
- setSeconds( )
- setTime( )
- setYear( )
- toGMTString( )
- toLocaleString( )
- UTC( )
- [/Date and Time]
- [Math]
- Math.E
- Math.LN2
- Math.LN10
- Math.LOG2E
- Math.LOG10E
- Math.PI
- Math.SQRT1_2
- Math.SQRT2
- Math.abs( )
- Math.acos( )
- Math.asin( )
- Math.atan( )
- Math.ceil( )
- Math.cos( )
- Math.exp( )
- Math.floor( )
- Math.log( )
- Math.max( )
- Math.min( )
- Math.pow( )
- Math.random( )
- Math.round( )
- Math.sin( )
- Math.sqrt( )
- Math.tan( )
- [/Math]
- [String]
- length
- prototype
- anchor(" ")
- big( )
- blink( )
- bold( )
- charAt( )
- fixed( )
- fontcolor(" ")
- fontsize( )
- indexOf( )
- italics( )
- lastIndexOf( )
- link(" _")
- small( )
- split( )
- strike( )
- sub( )
- substring( )
- sup( )
- toLowerCase( )
- toUpperCase( )
- [/String]
- [Reserved words]
- abstract
- boolean
- byte
- case
- catch
- char
- class
- const
- default
- do
- double
- extends
- false
- final
- finally
- float
- function
- goto
- implements
- import
- instanceof
- int
- interface
- long
- native
- null
- package
- private
- protected
- public
- return
- short
- static
- super
- switch
- synchronized
- throw
- throws
- transient
- true
- try
- var
- void
- [/Reserved]
-