home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 September / PCWorld_2000-09_cd.bin / Software / Topware / aspedit / _SETUP.1 / jscript.ae < prev    next >
Text File  |  2000-02-01  |  3KB  |  291 lines

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