home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2003 July / PCpro_2003_07.ISO / vollvers / edhtml / EdHTMLv5.0.exe / Main / JSC.DAT < prev    next >
Encoding:
INI File  |  2003-05-14  |  3.4 KB  |  248 lines

  1. [Window]
  2. @window.document
  3. @window.history
  4. @window.location
  5. @window.history
  6. @window.frame
  7. @document.form
  8. @document.image
  9. @document.link
  10. [History]
  11. history.length
  12. history.back(  )
  13. history.forward(  )
  14. history.go(  )
  15. [/History]
  16. [Location]
  17. location.hash
  18. location.host
  19. location.hostname
  20. location.href
  21. location.pathname
  22. location.port
  23. location.protocol
  24. location.search
  25. location.reload(__)
  26. window.location.replace("  ")
  27. [/Location]
  28. [Document]
  29. [Form]
  30. document.form.action
  31. document.form.elements[  ]
  32. document.form.encoding
  33. document.form.length
  34. document.form.method
  35. document.form.reset(  )
  36. document.form.submit(  )
  37. document.form.target
  38. [/Form]
  39. [Image]
  40. border
  41. complete
  42. height
  43. hspace
  44. lowsrc
  45. name
  46. prototype
  47. src
  48. vspace
  49. width
  50. [/Image]
  51. [Link]
  52. document.link.hash
  53. document.link.host
  54. document.link.hostname
  55. document.link.href
  56. document.link.pathname
  57. document.link.port
  58. document.link.protocol
  59. document.link.search
  60. document.link.target 
  61. [/Link]
  62. document.alinkColor
  63. document.anchors[  ]
  64. document.bgColor
  65. document.cookie
  66. document.embeds
  67. document.fgColor
  68. document.forms[  ]
  69. document.lastModified
  70. document.linkColor
  71. document.links[  ]
  72. document.location
  73. document.referrer
  74. document.title
  75. document.vlinkColor
  76. document.clear(  )
  77. document.close(  )
  78. document.open(  )
  79. document.write("  ")
  80. document.writeln("  ")
  81. [/Document]
  82. [Frame]
  83. frame.frames
  84. frame.name
  85. frame.length
  86. frame.parent
  87. frame.self
  88. frame.window
  89. frame.blur(  )
  90. frame.clearTimeout(  )
  91. frame.focus(  )
  92. frame.setTimeout(  )
  93. [/Frame]
  94. window.defaultStatus
  95. window.frames[  ]
  96. window.length
  97. window.name
  98. window.opener
  99. window.parent
  100. window.self
  101. window.status
  102. window.top
  103. window.alert("  ")
  104. window.blur(  )
  105. window.clearTimeout(  )
  106. window.close(  )
  107. window.confirm("  ")
  108. window.focus(  )
  109. window.open("  ", "")
  110. window.prompt("  ", "")
  111. window.scroll(  )
  112. window.setTimeout(  )
  113. [/Window]
  114. [Navigator]
  115. navigator.appCodeName
  116. navigator.appName
  117. navigator.appVersion
  118. navigator.javaEnabled(  )
  119. navigator.mimeTypes
  120. navigator.plugins
  121. navigator.userAgent
  122. [Plugins]
  123. description
  124. filename
  125. length
  126. name
  127. [/Plugins]
  128. [/Navigate]
  129. [Date and time]
  130. prototype
  131. getDate(  )
  132. getDay(  )
  133. getHours(  )
  134. getMinutes(  )
  135. getMonth(  )
  136. getSeconds(  )
  137. getTime(  )
  138. getTimezoneOffset(  )
  139. getYear(  )
  140. parse("  ")
  141. setDate(  )
  142. setHours(  )
  143. setMinutes(  )
  144. setMonth(  )
  145. setSeconds(  )
  146. setTime(  )
  147. setYear(  )
  148. toGMTString(  )
  149. toLocaleString(  )
  150. UTC(  )
  151. [/Date and Time]
  152. [Math]
  153. Math.E
  154. Math.LN2
  155. Math.LN10
  156. Math.LOG2E
  157. Math.LOG10E
  158. Math.PI
  159. Math.SQRT1_2
  160. Math.SQRT2
  161. Math.abs(  )
  162. Math.acos(  )
  163. Math.asin(  )
  164. Math.atan(  )
  165. Math.ceil(  )
  166. Math.cos(  )
  167. Math.exp(  )
  168. Math.floor(  )
  169. Math.log(  )
  170. Math.max(  )
  171. Math.min(  )
  172. Math.pow(  )
  173. Math.random(  )
  174. Math.round(  )
  175. Math.sin(  )
  176. Math.sqrt(  )
  177. Math.tan(  )
  178. [/Math]
  179. [String]
  180. length
  181. prototype
  182. anchor("  ")
  183. big(  )
  184. blink(  )
  185. bold(  )
  186. charAt(  )
  187. fixed(  )
  188. fontcolor("  ")
  189. fontsize(  )
  190. indexOf(  )
  191. italics(  )
  192. lastIndexOf(  )
  193. link("  _")
  194. small(  )
  195. split(  )
  196. strike(  )
  197. sub(  )
  198. substring(  )
  199. sup(  )
  200. toLowerCase(  )
  201. toUpperCase(  ) 
  202. [/String]
  203. [Reserved words]
  204. abstract
  205. boolean
  206. byte
  207. case
  208. catch
  209. char
  210. class
  211. const
  212. default
  213. do
  214. double
  215. extends
  216. false
  217. final
  218. finally
  219. float
  220. function
  221. goto
  222. implements
  223. import
  224. instanceof
  225. int
  226. interface
  227. long
  228. native
  229. null
  230. package
  231. private
  232. protected
  233. public
  234. return
  235. short
  236. static
  237. super
  238. switch
  239. synchronized
  240. throw
  241. throws
  242. transient
  243. true
  244. try
  245. var
  246. void
  247. [/Reserved]
  248.