home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / AceHTML 4.0 / AceHTML4Pro.exe / %MAINDIR% / ref / JScriptE.ref
Encoding:
Text File  |  2000-08-31  |  38.4 KB  |  2,770 lines

  1.  
  2.  
  3. ;JavaScript 1.0 objects
  4. `obj10
  5.  
  6. date
  7. Math
  8.     E
  9.     LN2
  10.     LN10
  11.     LOG2E
  12.     LOG10E
  13.     PI
  14.     SQRT1_2
  15.     SQRT2
  16. window
  17.     defaultstatus
  18.     document
  19.         alinkColor
  20.         [anchor|anchors['name'|n]]
  21.             length
  22.         array
  23.             length
  24.             prototype
  25.         bgColor
  26.         cookie
  27.         embeds
  28.         fgColor
  29.         [form|forms['name'|n]]
  30.             action
  31.             button
  32.                 name
  33.                 value
  34.             checkbox
  35.                 checked
  36.                 defaultChecked
  37.                 name
  38.                 value
  39.             elements[n]
  40.                 length
  41.             encoding
  42.             hidden
  43.                 name
  44.                 value
  45.             length
  46.             method
  47.             password
  48.                 defaultValue
  49.                 name
  50.                 value
  51.             radio
  52.                 checked
  53.                 defaultChecked
  54.                 length
  55.                 name
  56.                 value
  57.             reset
  58.                 name
  59.                 value
  60.             select
  61.                 length
  62.                 name
  63.                 options
  64.                     defaultSelected
  65.                     index
  66.                     length
  67.                     name
  68.                     selected
  69.                     selectedIndex
  70.                     text
  71.                     value
  72.                 selectedIndex
  73.             submit
  74.                 name
  75.                 value
  76.             target
  77.             text
  78.                 defaultValue
  79.                 name
  80.                 value
  81.             textarea
  82.                 defaultValue
  83.                 name
  84.                 value
  85.         lastModified
  86.         [link|links['name'|n]]
  87.             hash
  88.             host
  89.             hostname
  90.             href
  91.             length
  92.             pathname
  93.             port
  94.             protocol
  95.             search
  96.             target
  97.         linkColor
  98.         location
  99.         referrer
  100.         title
  101.         vlinkColor
  102.         plugin
  103.     [frame|frames['name'|n]]
  104.         frames
  105.         name
  106.         length
  107.         parent
  108.         self
  109.         window
  110.     history
  111.         length
  112.     length
  113.     location
  114.         hash
  115.         host
  116.         hostname
  117.         href
  118.         pathname
  119.         port
  120.         protocol
  121.         search
  122.     name
  123.     parent
  124.     self
  125.     status
  126.     top
  127.     window
  128. navigator
  129.     appCodeName
  130.     appName
  131.     appVersion
  132.     userAgent
  133. string
  134.     length
  135.  
  136.  
  137.  
  138.  
  139.  
  140. ;JavaScript 1.1 objects
  141. `obj11
  142.  
  143. date
  144.     prototype
  145. Math
  146.     E
  147.     LN2
  148.     LN10
  149.     LOG2E
  150.     LOG10E
  151.     PI
  152.     SQRT1_2
  153.     SQRT2
  154. window
  155.     defaultstatus
  156.     document
  157.         alinkColor
  158.         [anchor|anchors['name'|n]]
  159.             length
  160.         [applet|applets['name'|n]]
  161.             name
  162.         area
  163.             hash
  164.             host
  165.             hostname
  166.             href
  167.             pathname
  168.             port
  169.             protocol
  170.             search
  171.             target
  172.         array
  173.             length
  174.             prototype
  175.         bgColor
  176.         cookie
  177.         embeds
  178.         fgColor
  179.         [form|forms['name'|n]]
  180.             action
  181.             button
  182.                 name
  183.                 type
  184.                 value
  185.             checkbox
  186.                 checked
  187.                 defaultChecked
  188.                 name
  189.                 type
  190.                 value
  191.             elements[n]
  192.                 length
  193.             encoding
  194.             FileUpload
  195.                 name
  196.                 value
  197.             hidden
  198.                 name
  199.                 type
  200.                 value
  201.             length
  202.             method
  203.             password
  204.                 defaultValue
  205.                 name
  206.                 type
  207.                 value
  208.             radio
  209.                 checked
  210.                 defaultChecked
  211.                 length
  212.                 name
  213.                 type
  214.                 value
  215.             reset
  216.                 name
  217.                 type
  218.                 value
  219.             select
  220.                 length
  221.                 name
  222.                 options
  223.                     defaultSelected
  224.                     index
  225.                     length
  226.                     name
  227.                     selected
  228.                     selectedIndex
  229.                     text
  230.                     value
  231.                 selectedIndex
  232.                 type
  233.             submit
  234.                 name
  235.                 type
  236.                 value
  237.             target
  238.             text
  239.                 defaultValue
  240.                 name
  241.                 type
  242.                 value
  243.             textarea
  244.                 defaultValue
  245.                 name
  246.                 type
  247.                 value
  248.         [image|images['name'|n]]
  249.             border
  250.             complete
  251.             height
  252.             hspace
  253.             length
  254.             lowsrc
  255.             name
  256.             plugin
  257.             prototype
  258.             src
  259.             vspace
  260.             width
  261.         lastModified
  262.         [link|links['name'|n]]
  263.             hash
  264.             host
  265.             hostname
  266.             href
  267.             length
  268.             pathname
  269.             port
  270.             protocol
  271.             search
  272.             target
  273.         linkColor
  274.         location
  275.         referrer
  276.         title
  277.         vlinkColor
  278.         plugin
  279.     [frame|frames['name'|n]]
  280.         frames
  281.         name
  282.         length
  283.         parent
  284.         self
  285.         window
  286.     history
  287.         length
  288.     length
  289.     location
  290.         hash
  291.         host
  292.         hostname
  293.         href
  294.         pathname
  295.         port
  296.         protocol
  297.         search
  298.     name
  299.     opener
  300.     parent
  301.     self
  302.     status
  303.     top
  304.     window
  305. navigator
  306.     appCodeName
  307.     appName
  308.     appVersion
  309.     mimeTypes
  310.     plugins
  311.     userAgent
  312. string
  313.     length
  314.     prototype
  315. function
  316.     arguments
  317.     prototype
  318.  
  319.  
  320.  
  321.  
  322.  
  323. ;JavaScript 1.2 objects
  324. `obj12
  325.  
  326. arguments
  327.     caller
  328.     callee
  329. date
  330.     prototype
  331. Math
  332.     E
  333.     LN2
  334.     LN10
  335.     LOG2E
  336.     LOG10E
  337.     PI
  338.     SQRT1_2
  339.     SQRT2
  340. window
  341.     defaultstatus
  342.     document
  343.         alinkColor
  344.         [anchor|anchors['name'|n]]
  345.             length
  346.         [applet|applets['name'|n]]
  347.             name
  348.         area
  349.             hash
  350.             host
  351.             hostname
  352.             href
  353.             pathname
  354.             port
  355.             protocol
  356.             search
  357.             target
  358.         array
  359.             length
  360.             prototype
  361.         bgColor
  362.         classes
  363.             unObjet
  364.         cookie
  365.         embeds
  366.         fgColor
  367.         [form|forms['name'|n]]
  368.             action
  369.             button
  370.                 name
  371.                 type
  372.                 value
  373.             checkbox
  374.                 checked
  375.                 defaultChecked
  376.                 name
  377.                 type
  378.                 value
  379.             elements[n]
  380.                 length
  381.             encoding
  382.             FileUpload
  383.                 name
  384.                 value
  385.             hidden
  386.                 name
  387.                 type
  388.                 value
  389.             length
  390.             method
  391.             password
  392.                 defaultValue
  393.                 name
  394.                 type
  395.                 value
  396.             radio
  397.                 checked
  398.                 defaultChecked
  399.                 length
  400.                 name
  401.                 type
  402.                 value
  403.             reset
  404.                 name
  405.                 type
  406.                 value
  407.             select
  408.                 length
  409.                 name
  410.                 options
  411.                     defaultSelected
  412.                     index
  413.                     length
  414.                     name
  415.                     selected
  416.                     selectedIndex
  417.                     text
  418.                     value
  419.                 selectedIndex
  420.                 type
  421.             submit
  422.                 name
  423.                 type
  424.                 value
  425.             target
  426.             text
  427.                 defaultValue
  428.                 name
  429.                 type
  430.                 value
  431.             textarea
  432.                 defaultValue
  433.                 name
  434.                 type
  435.                 value
  436.         ids
  437.         [image|images['name'|n]]
  438.             border
  439.             complete
  440.             height
  441.             hspace
  442.             length
  443.             lowsrc
  444.             name
  445.             plugin
  446.             prototype
  447.             src
  448.             suppress
  449.             vspace
  450.             width
  451.         lastModified
  452.         layers
  453.             above
  454.             background
  455.             below
  456.             bgColor
  457.             clip
  458.                 bottom
  459.                 height
  460.                 left
  461.                 right
  462.                 top
  463.                 width
  464.             left
  465.             length
  466.             pageX
  467.             pageY
  468.             parentLayer
  469.             siblingAbove
  470.             siblingBelow
  471.             src
  472.             top
  473.             visibility
  474.             zIndex
  475.         [link|links['name'|n]]
  476.             hash
  477.             host
  478.             hostname
  479.             href
  480.             length
  481.             pathname
  482.             port
  483.             protocol
  484.             search
  485.             target
  486.         linkColor
  487.         location
  488.         referrer
  489.         title
  490.         vlinkColor
  491.         plugin
  492.     [frame|frames['name'|n]]
  493.         frames
  494.         name
  495.         length
  496.         parent
  497.         self
  498.         window
  499.     history
  500.         length
  501.     innerHeight
  502.     innerWidth
  503.     length
  504.     location
  505.         hash
  506.         host
  507.         hostname
  508.         href
  509.         pathname
  510.         port
  511.         protocol
  512.         search
  513.     locationbar
  514.         visible
  515.     menubar
  516.         visible
  517.     name
  518.     opener
  519.     outerHeight
  520.     outerWidth
  521.     pageXOffset
  522.     pageYOffset
  523.     parent
  524.     personalbar
  525.         visible
  526.     scrollbars
  527.         visible
  528.     self
  529.     status
  530.     statusbar
  531.         visible
  532.     toolbar
  533.         visible
  534.     tags
  535.         toutesBalises
  536.             align
  537.             backgroundColor
  538.             backgroundImage
  539.             borderWidths
  540.             borderStyle
  541.             borderColor
  542.             clear
  543.             color
  544.             display
  545.             fontSize
  546.             fontStyle
  547.             fontFamily
  548.             fontWeight
  549.             margins
  550.             paddings
  551.             TextDecoration
  552.             textTransform
  553.         balisesDeFormatage
  554.             lineHeight
  555.             textAlign
  556.             textIndent
  557.             whiteSpace
  558.         balisesListes
  559.             listStyleType
  560.     top
  561.     window
  562. navigator
  563.     appCodeName
  564.     appName
  565.     appVersion
  566.     language
  567.     mimeTypes
  568.     platform
  569.     plugins
  570.     userAgent
  571. screen
  572.     availHeight
  573.     availWidth
  574.     height
  575.     width
  576.     pixelDepth
  577.     colorDepth
  578. string
  579.     length
  580.     prototype
  581. function
  582.     arguments
  583.     arity
  584.     prototype
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593. ;JavaScript 1.3 objects
  594. `obj13
  595. array
  596.     length
  597.     prototype
  598. boolean
  599.     prototype
  600. date
  601.     prototype
  602. function
  603.     arguments
  604.     arity
  605.     caller
  606.     prototype
  607. Math
  608.     E
  609.     LN2
  610.     LN10
  611.     LOG2E
  612.     LOG10E
  613.     PI
  614.     SQRT1_2
  615.     SQRT2
  616. number
  617.     MAX_VALUE
  618.     MIN_VALUE
  619.     NaN
  620.     NEGATIVE_INFINITY
  621.     POSITIVE_INFINITY
  622.     prototype
  623. object
  624.     constructor
  625.     prototype
  626. RegExp
  627.     global
  628.     ignoreCase
  629.     input
  630.     lastIndex
  631.     lastMatch
  632.     lastParen
  633.     leftContext
  634.     multiline
  635.     rightContext
  636.     source
  637. navigator
  638.     appCodeName
  639.     appName
  640.     appVersion
  641.     language
  642.     mimeTypes
  643.         description
  644.         enabledPlugin
  645.         suffixes
  646.         type
  647.     platform
  648.     plugins['name'|n]
  649.         description
  650.         filename
  651.         length
  652.         name
  653.     userAgent
  654. screen
  655.     availHeight
  656.     availWidth
  657.     height
  658.     width
  659.     pixelDepth
  660.     colorDepth
  661. string
  662.     length
  663.     prototype
  664. window
  665.     closed
  666.     defaultstatus
  667.     document
  668.         alinkColor
  669.         anchors['name'|n]
  670.         applets['name'|n]
  671.         bgColor
  672.         cookie
  673.         domain
  674.         embeds
  675.         fgColor
  676.         formName|forms['name'|n]
  677.             action
  678.             button|elements[n]
  679.                 name
  680.                 type
  681.                 value
  682.             checkbox|elements[n]
  683.                 checked
  684.                 defaultChecked
  685.                 name
  686.                 type
  687.                 value
  688.             elements
  689.                 length
  690.             encoding
  691.             FileUpload
  692.                 name
  693.                 type
  694.                 value
  695.             hidden|elements[n]
  696.                 name
  697.                 type
  698.                 value
  699.             length
  700.             method
  701.             name
  702.             password|elements[n]
  703.                 defaultValue
  704.                 name
  705.                 type
  706.                 value
  707.             radio|elements[n]
  708.                 checked
  709.                 defaultChecked
  710.                 name
  711.                 type
  712.                 value
  713.             reset|elements[n]
  714.                 name
  715.                 type
  716.                 value
  717.             select|elements[n]
  718.                 length
  719.                 name
  720.                 options
  721.                     defaultSelected
  722.                     index
  723.                     length
  724.                     name
  725.                     selected
  726.                     selectedIndex
  727.                     text
  728.                     value
  729.                 selectedIndex
  730.                 type
  731.             submit|elements[n]
  732.                 name
  733.                 type
  734.                 value
  735.             target
  736.             text|elements[n]
  737.                 defaultValue
  738.                 name
  739.                 type
  740.                 value
  741.             textarea|elements[n]
  742.                 defaultValue
  743.                 name
  744.                 type
  745.                 value
  746.         imageName|images['name'|n]
  747.             border
  748.             complete
  749.             height
  750.             hspace
  751.             length
  752.             lowsrc
  753.             name
  754.             plugin
  755.             prototype
  756.             src
  757.             suppress
  758.             vspace
  759.             width
  760.         lastModified
  761.         layer|layers['name'|n]
  762.             above
  763.             background
  764.             below
  765.             bgColor
  766.             clip
  767.                 bottom
  768.                 height
  769.                 left
  770.                 right
  771.                 top
  772.                 width
  773.             left
  774.             length
  775.             pageX
  776.             pageY
  777.             parentLayer
  778.             siblingAbove
  779.             siblingBelow
  780.             src
  781.             top
  782.             visibility
  783.             zIndex
  784.         linkColor
  785.         link|links['name'|n]
  786.             hash
  787.             host
  788.             hostname
  789.             href
  790.             length
  791.             pathname
  792.             port
  793.             protocol
  794.             search
  795.             target
  796.             text
  797.         plugins
  798.         referrer
  799.         title
  800.         URL
  801.         vlinkColor
  802.     frames['name'|n]
  803.         frames
  804.         name
  805.         length
  806.         parent
  807.         self
  808.         window
  809.     history
  810.         current
  811.         length
  812.         next
  813.         previous
  814.     innerHeight
  815.     innerWidth
  816.     length
  817.     location
  818.         hash
  819.         host
  820.         hostname
  821.         href
  822.         pathname
  823.         port
  824.         protocol
  825.         search
  826.     locationbar
  827.         visible
  828.     menubar
  829.         visible
  830.     name
  831.     opener
  832.     outerHeight
  833.     outerWidth
  834.     pageXOffset
  835.     pageYOffset
  836.     parent
  837.     personalbar
  838.         visible
  839.     scrollbars
  840.         visible
  841.     self
  842.     status
  843.     statusbar
  844.         visible
  845.     toolbar
  846.         visible
  847.     tags
  848.         toutesBalises
  849.             align
  850.             backgroundColor
  851.             backgroundImage
  852.             borderWidths
  853.             borderStyle
  854.             borderColor
  855.             clear
  856.             color
  857.             display
  858.             fontSize
  859.             fontStyle
  860.             fontFamily
  861.             fontWeight
  862.             margins
  863.             paddings
  864.             TextDecoration
  865.             textTransform
  866.         balisesDeFormatage
  867.             lineHeight
  868.             textAlign
  869.             textIndent
  870.             whiteSpace
  871.         balisesListes
  872.             listStyleType
  873.     top
  874.     window
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882. ;JScript 5.0 objects
  883. `obj50
  884. ActiveXObject
  885. array
  886.     constructor
  887.     length
  888.     prototype
  889. boolean
  890.     constructor
  891.     prototype
  892. date
  893.     constructor
  894.     prototype
  895. dictionary
  896.     count
  897.     item
  898.     key
  899. enumerator
  900. error
  901.     description
  902.     number
  903. FileSystemObject
  904.     drives
  905. function
  906.     arguments
  907.     caller
  908.     constructor
  909.     prototype
  910. global
  911.     infinity
  912.     NaN
  913. Math
  914.     E
  915.     LN2
  916.     LN10
  917.     LOG2E
  918.     LOG10E
  919.     PI
  920.     SQRT1_2
  921.     SQRT2
  922. number
  923.     MAX_VALUE
  924.     MIN_VALUE
  925.     NaN
  926.     NEGATIVE_INFINITY
  927.     POSITIVE_INFINITY
  928.     prototype
  929.     constructor
  930. object
  931.     constructor
  932.     prototype
  933. RegExp
  934.     $1
  935.     $2
  936.     $3
  937.     $4
  938.     $5
  939.     $6
  940.     $7
  941.     $8
  942.     $9
  943.     index
  944.     input
  945.     lastIndex
  946. RegularExpression
  947.     lastIndex
  948.     source
  949. string
  950.     constructor
  951.     length
  952.     prototype
  953. VBArray
  954. window
  955.     clipboardData
  956.     closed
  957.     defaultstatus
  958.     dialogArguments
  959.     dialogHeight
  960.     dialogLeft
  961.     dialogTop
  962.     dialogWidth
  963.     document
  964.         all
  965.             length
  966.         activeElement
  967.         alinkColor
  968.         anchors
  969.             length
  970.         anchors['name'|n]
  971.         applets
  972.             length
  973.         applets['name'|n]
  974.         bgColor
  975.         body
  976.         childNodes
  977.             length
  978.         children
  979.             length
  980.         contentEditable
  981.         cookie
  982.         defaultCharset
  983.         designMode
  984.         documentElement
  985.         domain
  986.         embeds
  987.             length
  988.         expando
  989.         fgColor
  990.         fileCreatedDate
  991.         fileModifiedDate
  992.         fileSize
  993.         forms
  994.             length
  995.         formName|forms['name'|n]
  996.             action
  997.             button|elements[n]
  998.                 name
  999.                 type
  1000.                 value
  1001.             checkbox|elements[n]
  1002.                 checked
  1003.                 defaultChecked
  1004.                 name
  1005.                 type
  1006.                 value
  1007.             elements
  1008.                 length
  1009.             encoding
  1010.             FileUpload
  1011.                 name
  1012.                 type
  1013.                 value
  1014.             hidden|elements[n]
  1015.                 name
  1016.                 type
  1017.                 value
  1018.             length
  1019.             method
  1020.             name
  1021.             password|elements[n]
  1022.                 defaultValue
  1023.                 name
  1024.                 type
  1025.                 value
  1026.             radio|elements[n]
  1027.                 checked
  1028.                 defaultChecked
  1029.                 name
  1030.                 type
  1031.                 value
  1032.             reset|elements[n]
  1033.                 name
  1034.                 type
  1035.                 value
  1036.             select|elements[n]
  1037.                 length
  1038.                 name
  1039.                 options
  1040.                     defaultSelected
  1041.                     index
  1042.                     length
  1043.                     name
  1044.                     selected
  1045.                     selectedIndex
  1046.                     text
  1047.                     value
  1048.                 selectedIndex
  1049.                 type
  1050.             submit|elements[n]
  1051.                 name
  1052.                 type
  1053.                 value
  1054.             target
  1055.             text|elements[n]
  1056.                 defaultValue
  1057.                 name
  1058.                 type
  1059.                 value
  1060.             textarea|elements[n]
  1061.                 defaultValue
  1062.                 name
  1063.                 type
  1064.                 value
  1065.         frames
  1066.             length
  1067.         hideFocus
  1068.         images
  1069.             length
  1070.         imageName|images['name'|n]
  1071.             border
  1072.             complete
  1073.             height
  1074.             hspace
  1075.             length
  1076.             lowsrc
  1077.             name
  1078.             plugin
  1079.             prototype
  1080.             src
  1081.             suppress
  1082.             vspace
  1083.             width
  1084.         lastModified
  1085.         linkColor
  1086.         links
  1087.             length
  1088.         link|links['name'|n]
  1089.             hash
  1090.             host
  1091.             hostname
  1092.             href
  1093.             length
  1094.             pathname
  1095.             port
  1096.             protocol
  1097.             search
  1098.             target
  1099.             text
  1100.         location
  1101.         media
  1102.         namespaces
  1103.             length
  1104.         parentWindow
  1105.         protocol
  1106.         readyState
  1107.         referrer
  1108.         scripts
  1109.             length
  1110.         selection
  1111.         styleSheets
  1112.             length
  1113.             styleSheet
  1114.             canHaveHTML
  1115.             disabled
  1116.             id
  1117.             imports
  1118.                 length
  1119.             isContentEditable
  1120.             isDisabled
  1121.             owningElement
  1122.             parentStyleSheet
  1123.             readOnly
  1124.             rules
  1125.             type
  1126.         title
  1127.         uniqueID
  1128.         URL
  1129.         vlinkColor
  1130.     event
  1131.         altKey
  1132.         altLeft
  1133.         button
  1134.         bookmarks
  1135.             length
  1136.         boundElements
  1137.             length
  1138.         cancelBubble
  1139.         clientX
  1140.         clientY
  1141.         ctrlKey
  1142.         ctrlLeft
  1143.         dataFld
  1144.         dataTransfer
  1145.         fromElement
  1146.         keyCode
  1147.         offsetX
  1148.         offsetY
  1149.         propertyName
  1150.         qualifier
  1151.         reason
  1152.         recordset
  1153.         repeat
  1154.         returnValue
  1155.         screenX
  1156.         screenY
  1157.         shiftKey
  1158.         shiftLeft
  1159.         srcElement
  1160.         srcFilter
  1161.         srcUrn
  1162.         toElement
  1163.         type
  1164.         x
  1165.         y
  1166.     external
  1167.         menuArguments
  1168.     frameElement
  1169.     hideFocus
  1170.     history
  1171.         length
  1172.     length
  1173.     location
  1174.         hash
  1175.         host
  1176.         hostname
  1177.         href
  1178.         pathname
  1179.         port
  1180.         protocol
  1181.         search
  1182.     name
  1183.     navigator
  1184.         appCodeName
  1185.         appMinorVersion
  1186.         appName
  1187.         appVersion
  1188.         browserLanguage
  1189.         cookieEnabled
  1190.         cpuClass
  1191.         onLine
  1192.         platform
  1193.         plugins
  1194.             length
  1195.         systemLanguage
  1196.         userAgent
  1197.         userLanguage
  1198.         userProfile
  1199.         offscreenBuffering
  1200.     opener
  1201.     parent
  1202.     returnValue
  1203.     screen
  1204.         availHeight
  1205.         availWidth
  1206.         bufferDepth
  1207.         colorDepth
  1208.         fontSmoothingEnabled
  1209.         height
  1210.         updateInterval
  1211.         width
  1212.     screenLeft
  1213.     screenTop
  1214.     self
  1215.     status
  1216.     top
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227. ;JavaScript 1.0 methods
  1228. `funct10
  1229.  
  1230.  
  1231. Date
  1232.  getDate()
  1233.  getDay()
  1234.  getHours()
  1235.  getMinutes()
  1236.  getMonth()
  1237.  getSeconds()
  1238.  getTime()
  1239.  getTimezoneOffset()
  1240.  getYear()
  1241.  parse(messageDate)
  1242.  setDate(valueDate)
  1243.  setHours(valueHour)
  1244.  setMinutes(valueMin)
  1245.  setMonth(valueMonth)
  1246.  setSeconds(valueSec)
  1247.  setTime(valueTime)
  1248.  setYear(valueYear)
  1249.  toGMTString()
  1250.  toLocaleString()
  1251.  UTC(year,month,day[,hour][,min][,sec])
  1252. Math
  1253.  abs(n)
  1254.  acos(n)
  1255.  asin(n)
  1256.  atan(n)
  1257.  atan2(x,y)
  1258.  ceil(n)
  1259.  cos(n)
  1260.  exp(n)
  1261.  floor(n)
  1262.  log(n)
  1263.  max(n1,n2)
  1264.  min(n1,n2)
  1265.  pow(base,exposant)
  1266.  random()
  1267.  round(n)
  1268.  sin(n)
  1269.  sqrt(n)
  1270.  tan(n)
  1271. string
  1272.  anchor(attributName)
  1273.  big()
  1274.  blink()
  1275.  bold()
  1276.  charAt(index)
  1277.  fixed()
  1278.  fontcolor(color)
  1279.  fontsize(size)
  1280.  indexOf(value[,index])
  1281.  italics()
  1282.  lastIndexOf(value[,index])
  1283.  link(url)
  1284.  small()
  1285.  strike()
  1286.  sub()
  1287.  substring(index1,index2)
  1288.  sup()
  1289.  toLowerCase()
  1290.  toUpperCase()
  1291. window
  1292.  alert(message)
  1293.  close()
  1294.  confirm(message)
  1295.  open(messageURL,windowNameMessage,[toolbar[=yes|no]|[=1|0],location[=yes|no]|[=1|0],directories[=yes|no]|[=1|0],status[=yes|no]|[=1|0],menubar[=yes|no]|[=1|0],scrollbars[=yes|no]|[=1|0],resizable[=yes|no]|[=1|0],width=pixels,height=pixels])
  1296.  prompt(message[,defaultValue])
  1297.  setTimeout('function', msec)
  1298.  clearTimeout(timeOutID)
  1299. document
  1300.  clear()
  1301.  close()
  1302.  open([text/html | text/plain | image/gif | image/jpeg | image/x-bitmap | plugIn])
  1303.  write(message1 [,message2,...,messageN])
  1304.  writeln(message1 [,message2,...,messageN])
  1305. [form|forms['name'|n]]
  1306.  submit()
  1307. button
  1308.  click()
  1309. checkbox
  1310.  click()
  1311. password
  1312.  focus()
  1313.  blur()
  1314.  select()
  1315. radio
  1316.  click()
  1317. reset
  1318.  click()
  1319. select
  1320.  blur()
  1321.  focus()
  1322. submit
  1323.  click()
  1324. text
  1325.  focus()
  1326.  blur()
  1327.  select()
  1328. textarea
  1329.  focus()
  1330.  blur()
  1331.  select()
  1332. history
  1333.  back()
  1334.  forward()
  1335.  go(n|'url')
  1336. [frame|frames['name'|n]]
  1337.  clearTimeout(timeOutID)
  1338.  setTimeout('function', msec)
  1339. ;
  1340.  
  1341.  
  1342.  
  1343. ;JavaScript 1.1 methods
  1344. `funct11
  1345.  
  1346. Date
  1347.  getDate()
  1348.  getDay()
  1349.  getHours()
  1350.  getMinutes()
  1351.  getMonth()
  1352.  getSeconds()
  1353.  getTime()
  1354.  getTimezoneOffset()
  1355.  getYear()
  1356.  parse(messageDate)
  1357.  setDate(valueDate)
  1358.  setHours(valueHour)
  1359.  setMinutes(valueMin)
  1360.  setMonth(valueMonth)
  1361.  setSeconds(valueSec)
  1362.  setTime(valueTime)
  1363.  setYear(valueYear)
  1364.  toGMTString()
  1365.  toLocaleString()
  1366.  UTC(year,month,day[,hour][,min][,sec])
  1367. Math
  1368.  abs(n)
  1369.  acos(n)
  1370.  asin(n)
  1371.  atan(n)
  1372.  atan2(x,y)
  1373.  ceil(n)
  1374.  cos(n)
  1375.  exp(n)
  1376.  floor(n)
  1377.  log(n)
  1378.  max(n1,n2)
  1379.  min(n1,n2)
  1380.  pow(base,exposant)
  1381.  random()
  1382.  round(n)
  1383.  sin(n)
  1384.  sqrt(n)
  1385.  tan(n)
  1386. string
  1387.  anchor(attributName)
  1388.  big()
  1389.  blink()
  1390.  bold()
  1391.  charAt(index)
  1392.  fixed()
  1393.  fontcolor(color)
  1394.  fontsize(size)
  1395.  indexOf(value[,index])
  1396.  italics()
  1397.  lastIndexOf(value[,index])
  1398.  link(url)
  1399.  small()
  1400.  strike()
  1401.  sub()
  1402.  substring(index1,index2)
  1403.  sup()
  1404.  toLowerCase()
  1405.  toUpperCase()
  1406. window
  1407.  alert(message)
  1408.  blur()
  1409.  close()
  1410.  confirm(message)
  1411.  focus()
  1412.  open(messageURL,messageWindowName,[toolbar[=yes|no]|[=1|0],location[=yes|no]|[=1|0],directories[=yes|no]|[=1|0],status[=yes|no]|[=1|0],menubar[=yes|no]|[=1|0],scrollbars[=yes|no]|[=1|0],resizable[=yes|no]|[=1|0],width=pixels,height=pixels])
  1413.  prompt(message[,defaultValue])
  1414.  scroll(x,y)
  1415.  setTimeout('function', msec)
  1416.  clearTimeout(timeOutID)
  1417. document
  1418.  clear()
  1419.  close()
  1420.  open([text/html | text/plain | image/gif | image/jpeg | image/x-bitmap | plugIn])
  1421.  write(message1 [,message2,...,messageN])
  1422.  writeln(message1 [,message2,...,messageN])
  1423. [form|forms['name'|n]]
  1424.  reset()
  1425.  submit()
  1426. button
  1427.  click()
  1428. checkbox
  1429.  click()
  1430. password
  1431.  focus()
  1432.  blur()
  1433.  select()
  1434. radio
  1435.  click()
  1436. reset
  1437.  click()
  1438. select
  1439.  blur()
  1440.  focus()
  1441. submit
  1442.  click()
  1443. text
  1444.  focus()
  1445.  blur()
  1446.  select()
  1447. textarea
  1448.  focus()
  1449.  blur()
  1450.  select()
  1451. history
  1452.  back()
  1453.  forward()
  1454.  go(n|'url')
  1455. [frame|frames['name'|n]]
  1456.  clearTimeout(timeOutID)
  1457.  setTimeout('function', msec)
  1458. array
  1459.  join([,message])
  1460.  reverse()
  1461.  sort(functionCompare)
  1462. navigator
  1463.  javaEnabled()
  1464. ;
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474. ;JavaScript 1.2 methods
  1475. `funct12
  1476.  
  1477. Date
  1478.  getDate()
  1479.  getDay()
  1480.  getHours()
  1481.  getMinutes()
  1482.  getMonth()
  1483.  getSeconds()
  1484.  getTime()
  1485.  getTimezoneOffset()
  1486.  getYear()
  1487.  parse(messageDate)
  1488.  setDate(valueDate)
  1489.  setHours(valueHour)
  1490.  setMinutes(valueMin)
  1491.  setMonth(valueMonth)
  1492.  setSeconds(valueSec)
  1493.  setTime(valueTime)
  1494.  setYear(valueYear)
  1495.  toGMTString()
  1496.  toLocaleString()
  1497.  UTC(year,month,day[,hour][,min][,sec])
  1498. Math
  1499.  abs(n)
  1500.  acos(n)
  1501.  asin(n)
  1502.  atan(n)
  1503.  atan2(x,y)
  1504.  ceil(n)
  1505.  cos(n)
  1506.  exp(n)
  1507.  floor(n)
  1508.  log(n)
  1509.  max(n1,n2)
  1510.  min(n1,n2)
  1511.  pow(base,exposant)
  1512.  random()
  1513.  round(n)
  1514.  sin(n)
  1515.  sqrt(n)
  1516.  tan(n)
  1517. string
  1518.  anchor(attributName)
  1519.  big()
  1520.  blink()
  1521.  bold()
  1522.  charAt(index)
  1523.  charCodeAt([index])
  1524.  concat(string2)
  1525.  fixed()
  1526.  fontcolor(color)
  1527.  fontsize(size)
  1528.  fromCharCode(num1, num2, ..., numn)
  1529.  indexOf(value[,index])
  1530.  italics()
  1531.  lastIndexOf(value[,index])
  1532.  link(url)
  1533.  match(expression)
  1534.  replace(expression, newString)
  1535.  search(expression)
  1536.  slice(startIndex,[endIndex])
  1537.  small()
  1538.  split([separator], [limit])
  1539.  strike()
  1540.  sub()
  1541.  substr(start, [taille])
  1542.  substring(index1[,index2])
  1543.  sup()
  1544.  toLowerCase()
  1545.  toUpperCase()
  1546. window
  1547.  alert(message)
  1548.  back()
  1549.  blur()
  1550.  captureEvents(typeEvent)
  1551.  clearInterval(intervalID)
  1552.  close()
  1553.  confirm(message)
  1554.  disableExternalCapture()
  1555.  enableExternalCapture()
  1556.  find(['string1'][,true|false][,true|false])
  1557.  focus()
  1558.  forward()
  1559.  handleEvent(event)
  1560.  home()
  1561.  moveBy(horizontal,vertical)
  1562.  moveTo(x,y)
  1563.  open(messageURL,messageNameWindow,[toolbar[=yes|no]|[=1|0],location[=yes|no]|[=1|0],directories[=yes|no]|[=1|0],status[=yes|no]|[=1|0],menubar[=yes|no]|[=1|0],scrollbars[=yes|no]|[=1|0],resizable[=yes|no]|[=1|0],width=pixels,height=pixels])
  1564.  print()
  1565.  prompt(message[,valeurParDefaut])
  1566.  releaseEvents(typeEvent)
  1567.  resizeBy(horizontal,vertical)
  1568.  resizeTo(width,height)
  1569.  routeEvent(event)
  1570.  scroll(x,y)
  1571.  scrollBy(horizontal,vertical)
  1572.  scrollTo(x,y)
  1573.  setInterval(function, msec[arg1,...,argn])
  1574.  setTimeout('function', msec[arg1,...,argn])
  1575.  stop()
  1576.  clearTimeout(TimeOutID)
  1577. document
  1578.  captureEvents(typeEvent)
  1579.  clear()
  1580.  close()
  1581.  getSelection()
  1582.  handleEvent(event)
  1583.  releaseEvents(typeEvent)
  1584.  routeEvent(event)
  1585.  open([text/html | text/plain | image/gif | image/jpeg | image/x-bitmap | plugIn])
  1586.  write(message1 [,message2,...,messageN])
  1587.  writeln(message1 [,message2,...,messageN])
  1588. [form|forms['name'|n]]
  1589.  reset()
  1590.  submit()
  1591. button
  1592.  click()
  1593. checkbox
  1594.  click()
  1595. password
  1596.  focus()
  1597.  blur()
  1598.  select()
  1599. radio
  1600.  click()
  1601. reset
  1602.  click()
  1603. select
  1604.  blur()
  1605.  focus()
  1606. submit
  1607.  click()
  1608. text
  1609.  focus()
  1610.  blur()
  1611.  select()
  1612. textarea
  1613.  focus()
  1614.  blur()
  1615.  select()
  1616. history
  1617.  back()
  1618.  forward()
  1619.  go(n|'url')
  1620. [frame|frames['name'|n]]
  1621.  clearInterval(intervalID)
  1622.  clearTimeout(timeOutID)
  1623.  print()
  1624.  setInterval(function, msec, [arg1, ..., argn])
  1625.  setTimeout('function', msec, [arg1, ..., argn])
  1626. array
  1627.  concat(arrayNom2)
  1628.  join([message])
  1629.  reverse()
  1630.  slice(start,[end])
  1631.  sort(functionCompare)
  1632.  toString()
  1633. navigator
  1634.  javaEnabled()
  1635.  preference(preferenceName[,value])
  1636. layer
  1637.  captureEvents(typeEvent)
  1638.  handleEvent(event)
  1639.  load(file,width)
  1640.  moveBy(x,y)
  1641.  moveTo(x,y)
  1642.  moveToAbsolute(x,y)
  1643.  resizeBy(width, height)
  1644.  resizeTo(width, height)
  1645.  moveAbove(layer)
  1646.  moveBelow(layer)
  1647.  releaseEvents(typeEvent)
  1648.  routeEvent(event)
  1649. ;
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656. ;JavaScript 1.3 methods
  1657. `funct13
  1658.  
  1659. array
  1660.  concat(arrayName2)
  1661.  join(['separator'])
  1662.  pop()
  1663.  push(element1 [, ... , elementN])
  1664.  reverse()
  1665.  shift()
  1666.  slice(start,[end])
  1667.  splice(index, howMany, newElement1 [, ... , newElementN])
  1668.  sort(functionCompare)
  1669.  toString()
  1670.  unshift(element1 [, ... , elementN])
  1671. boolean
  1672.  toString()
  1673. date
  1674.  getDate()
  1675.  getDay()
  1676.  getHours()
  1677.  getMinutes()
  1678.  getMonth()
  1679.  getSeconds()
  1680.  getTime()
  1681.  getTimezoneOffset()
  1682.  getYear()
  1683.  parse(messageDate)
  1684.  setDate(valueDate)
  1685.  setHours(valueHour)
  1686.  setMinutes(valueMin)
  1687.  setMonth(valueMonth)
  1688.  setSeconds(valueSec)
  1689.  setTime(valueTime)
  1690.  setYear(valueYear)
  1691.  toGMTString()
  1692.  toLocaleString()
  1693.  UTC(year,month,day[,hour][,min][,sec])
  1694. function
  1695.  toString()
  1696. Math
  1697.  abs(n)
  1698.  acos(n)
  1699.  asin(n)
  1700.  atan(n)
  1701.  atan2(x,y)
  1702.  ceil(n)
  1703.  cos(n)
  1704.  exp(n)
  1705.  floor(n)
  1706.  log(n)
  1707.  max(n1,n2)
  1708.  min(n1,n2)
  1709.  pow(base,exposant)
  1710.  random()
  1711.  round(n)
  1712.  sin(n)
  1713.  sqrt(n)
  1714.  tan(n)
  1715. number
  1716.  toString()
  1717. object
  1718.  eval(string)
  1719.  toString()
  1720.  unwatch(prop)
  1721.  valueOf()
  1722.  watch(prop, handler)
  1723. RegExp
  1724.  compile(pattern, flags)
  1725.  exec(str)
  1726.  test(str)
  1727. string
  1728.  anchor(attributName)
  1729.  big()
  1730.  blink()
  1731.  bold()
  1732.  charAt(index)
  1733.  charCodeAt([index])
  1734.  concat(string2)
  1735.  fixed()
  1736.  fontcolor(color)
  1737.  fontsize(size)
  1738.  fromCharCode(num1, num2, ..., numn)
  1739.  indexOf(value[,index])
  1740.  italics()
  1741.  lastIndexOf(value[,index])
  1742.  link(url)
  1743.  match(expression)
  1744.  replace(expression, newString)
  1745.  search(expression)
  1746.  slice(startIndex,[endIndex])
  1747.  small()
  1748.  split([separator], [limit])
  1749.  strike()
  1750.  sub()
  1751.  substr(start, [taille])
  1752.  substring(index1[,index2])
  1753.  sup()
  1754.  toLowerCase()
  1755.  toUpperCase()
  1756. window
  1757.  alert(message)
  1758.  back()
  1759.  blur()
  1760.  captureEvents(typeEvent)
  1761.  clearInterval(intervalID)
  1762.  clearTimeout(TimeOutID)
  1763.  close()
  1764.  confirm(message)
  1765.  disableExternalCapture()
  1766.  enableExternalCapture()
  1767.  find(['string1'][,true|false][,true|false])
  1768.  focus()
  1769.  forward()
  1770.  handleEvent(event)
  1771.  home()
  1772.  moveBy(horizontal,vertical)
  1773.  moveTo(x,y)
  1774.  open(messageURL,messageNameWindow,[toolbar[=yes|no]|[=1|0],location[=yes|no]|[=1|0],directories[=yes|no]|[=1|0],status[=yes|no]|[=1|0],menubar[=yes|no]|[=1|0],scrollbars[=yes|no]|[=1|0],resizable[=yes|no]|[=1|0],width=pixels,height=pixels])
  1775.  print()
  1776.  prompt(message[,valeurParDefaut])
  1777.  releaseEvents(typeEvent)
  1778.  resizeBy(horizontal,vertical)
  1779.  resizeTo(width,height)
  1780.  routeEvent(event)
  1781.  scroll(x,y)
  1782.  scrollBy(horizontal,vertical)
  1783.  scrollTo(x,y)
  1784.  setInterval(function, msec[arg1,...,argn])
  1785.  setTimeout('function', msec[arg1,...,argn])
  1786.  stop()
  1787. document
  1788.  captureEvents(typeEvent)
  1789.  close()
  1790.  getSelection()
  1791.  handleEvent(event)
  1792.  open([text/html | text/plain | image/gif | image/jpeg | image/x-bitmap | plugIn])
  1793.  releaseEvents(typeEvent)
  1794.  routeEvent(event)
  1795.  write(message1 [,message2,...,messageN])
  1796.  writeln(message1 [,message2,...,messageN])
  1797. formName|forms['name'|n]
  1798.  handleEvent(event)
  1799.  reset()
  1800.  submit()
  1801. button|elements[n]
  1802.  blur()
  1803.  click()
  1804.  focus()
  1805.  handleEvent(event)
  1806. checkbox|elements[n]
  1807.  blur()
  1808.  click()
  1809.  focus()
  1810.  handleEvent(event)
  1811. FileUpload
  1812.  blur()
  1813.  focus()
  1814.  handleEvent(event)
  1815.  select()
  1816. password|elements[n]
  1817.  blur()
  1818.  focus()
  1819.  handleEvent(event)
  1820.  select()
  1821. radio|elements[n]
  1822.  blur()
  1823.  click()
  1824.  focus()
  1825.  handleEvent(event)
  1826. reset|elements[n]
  1827.  blur()
  1828.  click()
  1829.  focus()
  1830.  handleEvent(event)
  1831. select|elements[n]
  1832.  blur()
  1833.  focus()
  1834.  handleEvent(event)
  1835. submit|elements[n]
  1836.  blur()
  1837.  click()
  1838.  focus()
  1839.  handleEvent(event)
  1840. text|elements[n]
  1841.  blur()
  1842.  focus()
  1843.  handleEvent(event)
  1844.  select()
  1845. textarea|elements[n]
  1846.  blur()
  1847.  focus()
  1848.  handleEvent(event)
  1849.  select()
  1850. history
  1851.  back()
  1852.  forward()
  1853.  go(n|'url')
  1854. frames['name'|n]
  1855.  clearInterval(intervalID)
  1856.  clearTimeout(timeOutID)
  1857.  print()
  1858.  setInterval(function, msec, [arg1, ..., argn])
  1859.  setTimeout('function', msec, [arg1, ..., argn])
  1860. navigator
  1861.  javaEnabled()
  1862.  preference(preferenceName[,value])
  1863.  taintEnabled()
  1864. layer|layers['name'|n]
  1865.  captureEvents(typeEvent)
  1866.  handleEvent(event)
  1867.  load(file,width)
  1868.  moveBy(x,y)
  1869.  moveTo(x,y)
  1870.  moveToAbsolute(x,y)
  1871.  resizeBy(width, height)
  1872.  resizeTo(width, height)
  1873.  moveAbove(layer)
  1874.  moveBelow(layer)
  1875.  releaseEvents(typeEvent)
  1876.  routeEvent(event)
  1877. location
  1878.  reload(forceGet)
  1879.  replace("URL")
  1880. area
  1881.  handleEvent(event)
  1882. link|links['name'|n]
  1883.  handleEvent(event)
  1884. imageName|images['name'|n]]
  1885.  handleEvent(event)
  1886. plugins['name'|n]
  1887.  refresh
  1888. ;
  1889.  
  1890.  
  1891.  
  1892.  
  1893.  
  1894.  
  1895.  
  1896.  
  1897.  
  1898. ;JScript 5.0 methods
  1899. `funct50
  1900.  
  1901. array
  1902.  concat(arrayName2)
  1903.  join(['separator'])
  1904.  reverse()
  1905.  slice(start,[end])
  1906.  sort(functionCompare)
  1907.  toString([radix])
  1908.  valueOf()
  1909. boolean
  1910.  toString([radix])
  1911.  valueOf()
  1912. date
  1913.  getDate()
  1914.  getDay()
  1915.  getFullYear()
  1916.  getHours()
  1917.  getMilliseconds()
  1918.  getMinutes()
  1919.  getMonth()
  1920.  getSeconds()
  1921.  getTime()
  1922.  getTimezoneOffset()
  1923.  getUTCDate()
  1924.  getUTCDay()
  1925.  getUTCFullYear()
  1926.  getUTCHours()
  1927.  getUTCMilliseconds()
  1928.  getUTCMinutes()
  1929.  getUTCMonth()
  1930.  getUTCSeconds()
  1931.  getVarDate()
  1932.  getYear()
  1933.  setDate(numDate)
  1934.  setFullYear(numYear[, numMonth[, numDate]])
  1935.  setHours(numHours[, numMin[, numSec[, numMilli]]])
  1936.  setMilliseconds(numMilli)
  1937.  setMinutes(numMinutes[, numSeconds[, numMilli]])
  1938.  setMonth(numMonth[, dateVal])
  1939.  setSeconds(numSeconds[, numMilli])
  1940.  setTime(milliseconds)
  1941.  setUTCDate(numDate)
  1942.  setUTCFullYear(numYear[, numMonth[, numDate]])
  1943.  setUTCHours(numHours[, numMin[, numSec[, numMilli]]])
  1944.  setUTCMilliseconds(numMilli)
  1945.  setUTCMinutes(numMinutes[, numSeconds[, numMilli]])
  1946.  setUTCMonth(numMonth[, dateVal])
  1947.  setUTCSeconds(numSeconds[, numMilli])
  1948.  setYear(numYear)
  1949.  toGMTString()
  1950.  toLocaleString()
  1951.  toUTCString()
  1952. dictionary
  1953.  Add(key,item)
  1954.  Exists(key)
  1955.  Items()
  1956.  Keys()
  1957.  Remove(key)
  1958.  RemoveAll()
  1959. enumerator
  1960.  atEnd()
  1961.  item()
  1962.  moveFirst()
  1963.  moveNext()
  1964. FileSystemObject
  1965.  BuildPath(path, name)
  1966.  CopyFile ( source, destination[, overwrite] )
  1967.  CopyFolder ( source, destination[, overwrite] )
  1968.  CreateTextFile(filename[, overwrite[, unicode]])
  1969.  DeleteFile ( filespec[, force] )
  1970.  DeleteFolder ( folderspec[, force] )
  1971.  DriveExists(drivespec)
  1972.  FileExists(filespec)
  1973.  FolderExists(folderspec)
  1974.  GetAbsolutePathName(pathspec)
  1975.  GetBaseName(path)
  1976.  GetDrive( drivespec )
  1977.  GetDriveName(path)
  1978.  GetExtensionName(path)
  1979.  GetFile(filespec)
  1980.  GetFileName(pathspec)
  1981.  GetFolder(folderspec)
  1982.  GetParentFolderName(path)
  1983.  GetSpecialFolder(folderspec)
  1984.  GetTempName()
  1985.  MoveFile( source, destination )
  1986.  MoveFolder( source, destination )
  1987.  OpenTextFile(filename[, iomode[, create[, format]]])
  1988. function
  1989.  toString()
  1990.  valueOf()
  1991. global
  1992.  escape(charstring)
  1993.  eval(codestring)
  1994.  isFinite(number)
  1995.  isNaN(numvalue)
  1996.  parseFloat(numstring)
  1997.  parseInt(numstring, [radix])
  1998.  unescape(charstring)
  1999. Math
  2000.  abs(n)
  2001.  acos(n)
  2002.  asin(n)
  2003.  atan(n)
  2004.  atan2(x,y)
  2005.  ceil(n)
  2006.  cos(n)
  2007.  exp(n)
  2008.  floor(n)
  2009.  log(n)
  2010.  max(n1,n2)
  2011.  min(n1,n2)
  2012.  pow(base,exposant)
  2013.  random()
  2014.  round(n)
  2015.  sin(n)
  2016.  sqrt(n)
  2017.  tan(n)
  2018. number
  2019.  toString()
  2020.  valueOf()
  2021. object
  2022.  toString()
  2023.  valueOf()
  2024. RegularExpression
  2025.  compile(pattern)
  2026.  exec(str)
  2027.  test(str)
  2028. string
  2029.  anchor(anchorstring)
  2030.  big()
  2031.  blink()
  2032.  bold()
  2033.  charAt(index)
  2034.  charCodeAt([index])
  2035.  concat(string2)
  2036.  fixed()
  2037.  fontcolor(color)
  2038.  fontsize(size)
  2039.  fromCharCode(num1, num2, ..., numn)
  2040.  indexOf(value[,index])
  2041.  italics()
  2042.  lastIndexOf(value[,index])
  2043.  link(url)
  2044.  match(expression)
  2045.  replace(expression, newString)
  2046.  search(expression)
  2047.  slice(startIndex,[endIndex])
  2048.  small()
  2049.  split([separator], [limit])
  2050.  strike()
  2051.  sub()
  2052.  substr(start, [taille])
  2053.  substring(index1[,index2])
  2054.  sup()
  2055.  toLowerCase()
  2056.  toUpperCase()
  2057. VBArray
  2058.  dimensions()
  2059.  getItem(dimension1[, dimension2, ...], dimensionn)
  2060.  lbound(dimension)
  2061.  toArray()
  2062.  ubound(dimension)
  2063. window
  2064.  alert(message)
  2065.  attachEvent(sEvent, fpNotify)
  2066.  blur()
  2067.  clearInterval(intervalID)
  2068.  clearTimeout(TimeOutID)
  2069.  close()
  2070.  confirm(message)
  2071.  createPopup( [vArgs])
  2072.  detachEvent (sEvent, fpNotify)
  2073.  execScript(sExpression, sLanguage)
  2074.  focus()
  2075.  moveBy(horizontal,vertical)
  2076.  moveTo(x,y)
  2077.  navigate(sURL)
  2078.  open(messageURL,messageNameWindow,[toolbar[=yes|no]|[=1|0],location[=yes|no]|[=1|0],directories[=yes|no]|[=1|0],status[=yes|no]|[=1|0],menubar[=yes|no]|[=1|0],scrollbars[=yes|no]|[=1|0],resizable[=yes|no]|[=1|0],width=pixels,height=pixels])
  2079.  print()
  2080.  prompt(message[,valeurParDefaut])
  2081.  resizeBy(horizontal,vertical)
  2082.  resizeTo(width,height)
  2083.  scroll(x,y)
  2084.  scrollBy(horizontal,vertical)
  2085.  scrollTo(x,y)
  2086.  setInterval(function, msec[arg1,...,argn])
  2087.  setTimeout('function', msec[arg1,...,argn])
  2088.  showHelp(sURL [, vContextID])
  2089.  showModalDialog(sURL [, vArguments][, sFeatures])
  2090.  showModelessDialog(sURL [, vArguments][, sFeatures])
  2091. document
  2092.  attachEvent(sEvent, fpNotify)
  2093.  clear()
  2094.  clearAttributes()
  2095.  close()
  2096.  createElement(sTag)
  2097.  createEventObject( [oExistingEvent])
  2098.  createStyleSheet([sURL] [, iIndex])
  2099.  createTextNode([sText])
  2100.  detachEvent (sEvent, fpNotify)
  2101.  elementFromPoint(iX, iY)
  2102.  execCommand(sCommand [, bUserInterface] [, vValue])
  2103.  focus()
  2104.  getElementById(sIDValue)
  2105.  getElementsByName(sNameValue)
  2106.  getElementsByTagName(sTagName)
  2107.  hasFocus()
  2108.  mergeAttributes(oSource [, bPreserve ])
  2109.  open(sMimeType [, sReplace])
  2110.  queryCommandEnabled(sCmdID)
  2111.  queryCommandIndeterm(sCmdID)
  2112.  queryCommandState(sCmdID)
  2113.  queryCommandSupported(sCmdID)
  2114.  queryCommandValue(sCmdID)
  2115.  recalc([bForceAll])
  2116.  releaseCapture()
  2117.  setActive()
  2118.  write(sText)
  2119.  writeln(sText)
  2120. formName|forms['name'|n]
  2121.  handleEvent(event)
  2122.  reset()
  2123.  submit()
  2124. button|elements[n]
  2125.  blur()
  2126.  click()
  2127.  focus()
  2128.  handleEvent(event)
  2129. checkbox|elements[n]
  2130.  blur()
  2131.  click()
  2132.  focus()
  2133.  handleEvent(event)
  2134. password|elements[n]
  2135.  blur()
  2136.  focus()
  2137.  handleEvent(event)
  2138.  select()
  2139. radio|elements[n]
  2140.  blur()
  2141.  click()
  2142.  focus()
  2143.  handleEvent(event)
  2144. reset|elements[n]
  2145.  blur()
  2146.  click()
  2147.  focus()
  2148.  handleEvent(event)
  2149. select|elements[n]
  2150.  blur()
  2151.  focus()
  2152.  handleEvent(event)
  2153. submit|elements[n]
  2154.  blur()
  2155.  click()
  2156.  focus()
  2157.  handleEvent(event)
  2158. text|elements[n]
  2159.  blur()
  2160.  focus()
  2161.  handleEvent(event)
  2162.  select()
  2163. textarea|elements[n]
  2164.  blur()
  2165.  focus()
  2166.  handleEvent(event)
  2167.  select()
  2168. navigator
  2169.  javaEnabled()
  2170.  taintEnabled()
  2171. location
  2172.  assign(sURL)
  2173.  reload(forceGet)
  2174.  replace("URL")
  2175. area
  2176.  handleEvent(event)
  2177. link|links['name'|n]
  2178.  handleEvent(event)
  2179. imageName|images['name'|n]]
  2180.  handleEvent(event)
  2181. frames
  2182.  item(vIndex [, iSubIndex])
  2183. all
  2184.  item(vIndex [, iSubIndex])
  2185.  tags(sTag)
  2186.  urns(sUrn)
  2187. anchors
  2188.  item(vIndex [, iSubIndex])
  2189.  tags(sTag)
  2190.  urns(sUrn)
  2191. applets
  2192.  item(vIndex [, iSubIndex])
  2193.  tags(sTag)
  2194.  urns(sUrn)
  2195. childNodes
  2196.  item(vIndex [, iSubIndex])
  2197.  urns(sUrn)
  2198. children
  2199.  item(vIndex [, iSubIndex])
  2200.  tags(sTag)
  2201.  urns(sUrn)
  2202. embeds
  2203.  item(vIndex [, iSubIndex])
  2204.  tags(sTag)
  2205.  urns(sUrn)
  2206. forms
  2207.  item(vIndex [, iSubIndex])
  2208.  tags(sTag)
  2209.  urns(sUrn)
  2210. images
  2211.  item(vIndex [, iSubIndex])
  2212.  tags(sTag)
  2213.  urns(sUrn)
  2214. links
  2215.  item(vIndex [, iSubIndex])
  2216.  tags(sTag)
  2217.  urns(sUrn)
  2218. namespaces
  2219.  add(sNamespace, sUrn [, sUrl])
  2220.  item(vIndex)
  2221. scripts
  2222.  item(vIndex [, iSubIndex])
  2223.  tags(sTag)
  2224.  urns(sUrn)
  2225. imports
  2226.  item(vIndex [, iSubIndex])
  2227. rules
  2228.  item(vIndex [, iSubIndex])
  2229. styleSheet
  2230.  addImport(sURL [, iIndex])
  2231.  addRule(sSelector, sStyle [, iIndex])
  2232.  fireEvent(sEvent [, oEventObject])
  2233.  removeRule[iIndex]
  2234. styleSheets
  2235.  item(vIndex [, iSubIndex])
  2236.  urns(sUrn)
  2237. clipboardData
  2238.  clearData([sDataFormat])
  2239.  getData(sDataFormat)
  2240.  setData(sDataFormat, sData)
  2241. bookmarks
  2242.  item(vIndex [, iSubIndex])
  2243. boundElements
  2244.  item(vIndex [, iSubIndex])
  2245.  tags(sTag)
  2246.  urns(sUrn)
  2247. external
  2248.  AddChannel(sURLToCDF)
  2249.  AddDesktopComponent(sURL, sType [, iLeft, iTop, iWidth, iHeight])
  2250.  AddFavorite(sURL [, sTitle])
  2251.  AutoCompleteSaveForm(oForm)
  2252.  AutoScan(sUserQuery [, sURL, sTarget])
  2253.  ImportExportFavorites(bImportExport [, sImportExportPath])
  2254.  IsSubscribed(sURLToCDF)
  2255.  NavigateAndFind(sLocation, sQuery, sTargetFrame)
  2256.  ShowBrowserUI(sUI, null)
  2257. history
  2258.  back([iDistance])
  2259.  forward()
  2260.  go(vLocation)
  2261. plugins
  2262.  item(vIndex [, iSubIndex])
  2263.  tags(sTag)
  2264. ;
  2265.  
  2266.  
  2267.  
  2268.  
  2269.  
  2270.  
  2271.  
  2272. ;JavaScript 1.0 events
  2273. `even10
  2274.  
  2275. select
  2276.  onBlur
  2277.  onChange
  2278.  onFocus
  2279. text
  2280.  onBlur
  2281.  onChange
  2282.  onFocus
  2283.  onSelect
  2284. textarea
  2285.  onBlur
  2286.  onChange
  2287.  onFocus
  2288.  onSelect
  2289. button
  2290.  onClick
  2291. checkbox
  2292.  onClick
  2293. radio
  2294.  onClick
  2295. [link|links['name'|n]]
  2296.  onClick
  2297.  onMouseOver
  2298. reset
  2299.  onClick
  2300. submit
  2301.  onClick
  2302. window
  2303.  onLoad
  2304.  onUnload
  2305. [form|forms['name'|n]]
  2306.  onSubmit
  2307. ;
  2308.  
  2309.  
  2310.  
  2311.  
  2312.  
  2313. ;JavaScript 1.1 events
  2314. `even11
  2315.  
  2316. [image|images['name'|n]]
  2317.  onAbort
  2318.  onError
  2319.  onLoad
  2320. select
  2321.  onBlur
  2322.  onChange
  2323.  onFocus
  2324. text
  2325.  onBlur
  2326.  onChange
  2327.  onFocus
  2328.  onSelect
  2329. textarea
  2330.  onBlur
  2331.  onChange
  2332.  onFocus
  2333.  onSelect
  2334. button
  2335.  onClick
  2336. checkbox
  2337.  onClick
  2338. radio
  2339.  onClick
  2340. [link|links['name'|n]]
  2341.  onClick
  2342.  onMouseOut
  2343.  onMouseOver
  2344. reset
  2345.  onClick
  2346. submit
  2347.  onClick
  2348. window
  2349.  onBlur
  2350.  onError
  2351.  onFocus
  2352.  onLoad
  2353.  onUnload
  2354. Area
  2355.  onMouseOut
  2356.  onMouseOver
  2357. [form|forms['name'|n]]
  2358.  onReset
  2359.  onSubmit
  2360. [frame|frames['name'|n]]
  2361.  onBlur
  2362.  onFocus
  2363.  onLoad
  2364.  onUnLoad
  2365. ;
  2366.  
  2367.  
  2368.  
  2369.  
  2370.  
  2371.  
  2372. ;JavaScript 1.2 events
  2373. `even12
  2374.  
  2375. [image|images['name'|n]]
  2376.  onAbort
  2377.  onError
  2378.  onKeyDown
  2379.  onKeyPress
  2380.  onKeyUp
  2381.  onLoad
  2382. select
  2383.  onBlur
  2384.  onChange
  2385.  onFocus
  2386. text
  2387.  onBlur
  2388.  onChange
  2389.  onFocus
  2390.  onKeyDown
  2391.  onKeyPress
  2392.  onKeyUp
  2393.  onSelect
  2394. password
  2395.  onBlur
  2396.  onChange
  2397.  onFocus
  2398.  onKeyDown
  2399.  onKeyPress
  2400.  onKeyUp
  2401.  onSelect
  2402. textarea
  2403.  onBlur
  2404.  onChange
  2405.  onFocus
  2406.  onKeyDown
  2407.  onKeyPress
  2408.  onKeyUp
  2409.  onSelect
  2410. button
  2411.  onBlur
  2412.  onClick
  2413.  onDblClick
  2414.  onFocus
  2415.  onMouseDown
  2416.  onMouseUp
  2417. checkbox
  2418.  onBlur
  2419.  onClick
  2420.  onDblClick
  2421.  onfocus
  2422.  onMousedown
  2423.  onMouseUp
  2424. radio
  2425.  onBlur
  2426.  onClick
  2427.  onDblClick
  2428.  onfocus
  2429.  onMousedown
  2430.  onMouseUp
  2431. [link|links['name'|n]]
  2432.  onClick
  2433.  onDblClick
  2434.  onKeyDown
  2435.  onKeyPress
  2436.  onKeyUp
  2437.  onMouseDown
  2438.  onMouseOut
  2439.  onMouseOver
  2440.  onMouseUp
  2441. reset
  2442.  onBlur
  2443.  onClick
  2444.  onDblClick
  2445.  onFocus
  2446.  onMouseDown
  2447.  onMouseUp
  2448. submit
  2449.  onBlur
  2450.  onClick
  2451.  onDblClick
  2452.  onFocus
  2453.  onMouseDown
  2454.  onMouseUp
  2455. window
  2456.  onBlur
  2457.  onDragDrop
  2458.  onError
  2459.  onFocus
  2460.  onLoad
  2461.  onMove
  2462.  onResize
  2463.  onUnload
  2464. area
  2465.  onClick
  2466.  onDblClick
  2467.  onMouseOut
  2468.  onMouseOver
  2469. [form|forms['name'|n]]
  2470.  onReset
  2471.  onSubmit
  2472. [frame|frames['name'|n]]
  2473.  onBlur
  2474.  onFocus
  2475.  onLoad
  2476.  onMove
  2477.  onResize
  2478.  onUnLoad
  2479. document
  2480.  onClick
  2481.  onDblClick
  2482.  onKeyDown
  2483.  onKeyPress
  2484.  onKeyUp
  2485.  onMouseDown
  2486.  onMouseUp
  2487. layers
  2488.  onBlur
  2489.  onFocus
  2490.  onLoad
  2491.  onMouseOut
  2492.  onMouseOver
  2493. ;
  2494.  
  2495.  
  2496.  
  2497.  
  2498.  
  2499. ;JavaScript 1.3 events
  2500. `even13
  2501.  
  2502. imageName|images['name'|n]
  2503.  onAbort
  2504.  onError
  2505.  onKeyDown
  2506.  onKeyPress
  2507.  onKeyUp
  2508.  onLoad
  2509. text|elements[n]
  2510.  onBlur
  2511.  onChange
  2512.  onFocus
  2513.  onSelect
  2514. password|elements[n]
  2515.  onBlur
  2516.  onChange
  2517.  onFocus
  2518.  onKeyDown
  2519.  onKeyPress
  2520.  onKeyUp
  2521.  onSelect
  2522. textarea|elements[n]
  2523.  onBlur
  2524.  onChange
  2525.  onFocus
  2526.  onKeyDown
  2527.  onKeyPress
  2528.  onKeyUp
  2529.  onSelect
  2530. button|elements[n]
  2531.  onBlur
  2532.  onClick
  2533.  onFocus
  2534.  onMouseDown
  2535.  onMouseUp
  2536. checkbox|elements[n]
  2537.  onBlur
  2538.  onClick
  2539.  onFocus
  2540. FileUpload
  2541.  onBlur
  2542.  onChange
  2543.  onFocus
  2544. password|elements[n]
  2545.  onBlur
  2546.  onFocus
  2547. radio|elements[n]
  2548.  onBlur
  2549.  onClick
  2550.  onFocus
  2551. link|links['name'|n]
  2552.  onClick
  2553.  onDblClick
  2554.  onKeyDown
  2555.  onKeyPress
  2556.  onKeyUp
  2557.  onMouseDown
  2558.  onMouseOut
  2559.  onMouseOver
  2560.  onMouseUp
  2561. reset|elements[n]
  2562.  onBlur
  2563.  onClick
  2564.  onFocus
  2565. select|elements[n]
  2566.  onBlur
  2567.  onChange
  2568.  onFocus
  2569. submit|elements[n]
  2570.  onBlur
  2571.  onClick
  2572.  onFocus
  2573. window
  2574.  onBlur
  2575.  onDragDrop
  2576.  onError
  2577.  onFocus
  2578.  onLoad
  2579.  onMove
  2580.  onResize
  2581.  onUnload
  2582. area
  2583.  onClick
  2584.  onDblClick
  2585.  onMouseOut
  2586.  onMouseOver
  2587. formName|forms['name'|n]
  2588.  onReset
  2589.  onSubmit
  2590. [frame|frames['name'|n]]
  2591.  onBlur
  2592.  onFocus
  2593.  onLoad
  2594.  onMove
  2595.  onResize
  2596.  onUnLoad
  2597. document
  2598.  onClick
  2599.  onDblClick
  2600.  onKeyDown
  2601.  onKeyPress
  2602.  onKeyUp
  2603.  onMouseDown
  2604.  onMouseUp
  2605. layer|layers['name'|n]
  2606.  onBlur
  2607.  onFocus
  2608.  onLoad
  2609.  onMouseOut
  2610.  onMouseOver
  2611. ;
  2612.  
  2613.  
  2614.  
  2615.  
  2616.  
  2617.  
  2618. ;JScript 5.0 events
  2619. `even50
  2620.  
  2621. imageName|images['name'|n]
  2622.  onAbort
  2623.  onError
  2624.  onKeyDown
  2625.  onKeyPress
  2626.  onKeyUp
  2627.  onLoad
  2628. text|elements[n]
  2629.  onBlur
  2630.  onChange
  2631.  onFocus
  2632.  onSelect
  2633. password|elements[n]
  2634.  onBlur
  2635.  onChange
  2636.  onFocus
  2637.  onKeyDown
  2638.  onKeyPress
  2639.  onKeyUp
  2640.  onSelect
  2641. textarea|elements[n]
  2642.  onBlur
  2643.  onChange
  2644.  onFocus
  2645.  onKeyDown
  2646.  onKeyPress
  2647.  onKeyUp
  2648.  onSelect
  2649. button|elements[n]
  2650.  onBlur
  2651.  onClick
  2652.  onFocus
  2653.  onMouseDown
  2654.  onMouseUp
  2655. checkbox|elements[n]
  2656.  onBlur
  2657.  onClick
  2658.  onFocus
  2659. FileUpload
  2660.  onBlur
  2661.  onChange
  2662.  onFocus
  2663. password|elements[n]
  2664.  onBlur
  2665.  onFocus
  2666. radio|elements[n]
  2667.  onBlur
  2668.  onClick
  2669.  onFocus
  2670. link|links['name'|n]
  2671.  onClick
  2672.  onDblClick
  2673.  onKeyDown
  2674.  onKeyPress
  2675.  onKeyUp
  2676.  onMouseDown
  2677.  onMouseOut
  2678.  onMouseOver
  2679.  onMouseUp
  2680. reset|elements[n]
  2681.  onBlur
  2682.  onClick
  2683.  onFocus
  2684. select|elements[n]
  2685.  onBlur
  2686.  onChange
  2687.  onFocus
  2688. submit|elements[n]
  2689.  onBlur
  2690.  onClick
  2691.  onFocus
  2692. window
  2693.  onafterprint
  2694.  onbeforefocusenter
  2695.  onbeforefocusleave
  2696.  onbeforeprint
  2697.  onbeforeunload
  2698.  onBlur
  2699.  oncontrolselect
  2700.  onerror
  2701.  onfocus
  2702.  onfocusenter
  2703.  onfocusleave
  2704.  onhelp
  2705.  onload
  2706.  onresize
  2707.  onresizeend
  2708.  onresizestart
  2709.  onunload
  2710. area
  2711.  onClick
  2712.  onDblClick
  2713.  onMouseOut
  2714.  onMouseOver
  2715. formName|forms['name'|n]
  2716.  onReset
  2717.  onSubmit
  2718. [frame|frames['name'|n]]
  2719.  onBlur
  2720.  onFocus
  2721.  onLoad
  2722.  onMove
  2723.  onResize
  2724.  onUnLoad
  2725. document
  2726.  onbeforecut
  2727.  onbeforeeditfocus
  2728.  onbeforefocusenter
  2729.  onbeforefocusleave
  2730.  onbeforepaste
  2731.  onclick
  2732.  oncontextmenu
  2733.  oncontrolselect
  2734.  oncut
  2735.  ondblclick
  2736.  ondrag
  2737.  ondragend
  2738.  ondragenter
  2739.  ondragleave
  2740.  ondragover
  2741.  ondragstart
  2742.  ondrop
  2743.  onfocusenter
  2744.  onfocusleave
  2745.  onhelp
  2746.  onkeydown
  2747.  onkeypress
  2748.  onkeyup
  2749.  onmousedown
  2750.  onmousemove
  2751.  onmouseout
  2752.  onmouseover
  2753.  onmouseup
  2754.  onpaste
  2755.  onpropertychange
  2756.  onreadystatechange
  2757.  onresizeend
  2758.  onresizestart
  2759.  onselectiontypechange
  2760.  onstop
  2761. layer|layers['name'|n]
  2762.  onBlur
  2763.  onFocus
  2764.  onLoad
  2765.  onMouseOut
  2766.  onMouseOver
  2767. ;
  2768.  
  2769.  
  2770.