DekGenius.com
Team LiB   Previous Section
[SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Y] [Z]

label property 
tags 
labels, statement 
    for and break statements 
lambda functions  2nd 
lang property  2nd  3rd 
language
    operating system, default for 
    user preference for 
language attribute  2nd  3rd  4th 
    specifying JavaScript version 
language property 
language version compatibility 
    language attribute (), setting 
    loading new (compatible) page 
    suppressing version-related errors 
    testing version explicitly 
largest number representable in JavaScript 
last character of strings, getting 
last modified date
    adding to HTML document 
    lastModified property  2nd  3rd 
lastChild property  2nd 
    Node object 
lastChild() method 
lastIndex property  2nd 
    String object methods and 
lastIndexOf() method 
Latin-1 character set, escape sequences 
Layer API, Netscape  2nd 
    Layer object 
    Layer object properties with CSS equivalents 
Layer object 
    capturing events (Netscape 4) 
tags  2nd  3rd 
layers[] property
    Document object 
    Layer object 
layerX, layerY properties (Document) 
least-common-denominator approach 
left attribute  2nd 
left property  2nd 
    Layer object 
left-to-right associativity (L) 
length property  2nd  3rd  4th  5th  6th  7th  8th  9th  10th  11th 
    Arguments object  2nd  3rd 
    arguments[] array 
    Array object  2nd 
    arrays  2nd 
    Form object 
    Function object  2nd 
    History object  2nd 
    HTMLFormElement object 
    Input object 
    JavaArray object 
    Plugin object 
    Select object 
    String object 
    strings 
    Window object 
length, arrays (Netscape 4 implementation, JavaScript 1.2) 
less than (<) operator 
less than or equal (<=) operator 
letters, in identifier names 
levels, DOM  [See DOM]
lexical scoping
    functions executed in different frames 
    nested functions and 
lexical structure, JavaScript 
    case sensitivity 
    comments 
    identifiers 
    keywords 
    literals 
    Unicode character set 
    whitespace and line breaks 
lifetime
    cookies 
    variable 
line breaks 
lines, matching beginning/end of 
Link object  2nd 
    event handlers  2nd 
    random links (example) 
    web crawlers and 
link property 
linkColor property  2nd  3rd 
links
    buttons vs. 
    colors
        Document properties for  2nd  3rd 
        visited, in document 
    onmouseout event handler 
    setting status line in 
    user confirmation for following 
links[] property  2nd  3rd  4th  5th 
LinkStyle object 
listeners for events  [See event handlers]
listStyle property 
literals 
    array  2nd 
    comparing 
    in expressions 
    floating-point 
    function  2nd 
        Function() constructor vs. 
    hexadecimal 
    integer 
    numeric 
    object  2nd 
    octal 
    regular expression  2nd 
    string 
LiveConnect 
    Applet object and 
    data types 
        Java manipulation of JavaScript types 
        JavaArray class 
        JavaObject class 
        manipulating Java types from JavaScript 
LiveVideo plugin (Netscape) 
ln10 constant 
ln2 constant 
load() method
    Cookie object 
    Document object 
    Layer object 
loading web pages 
loadXML() function 
loan payment calculation (example program) 
local scope 
local time  2nd  3rd 
    date, string representation of 
    day of month and week 
    GMT or UTC, difference from 
    hours, setting in 
    milliseconds, setting in 
    year expressed in 
    year, setting  2nd 
local variables 
    cyclical objects, garbage collection and 
localeCompare() method  2nd 
localization
    arrays, string representation of 
    date and time 
    numbers, formatting for locales 
    objects, string representation of  2nd  3rd  4th 
    strings
        converting  2nd 
localName property 
location bar, visibility in window 
Location object  2nd  3rd  4th  5th 
    navigation bar using  2nd 
location property
    Document object  2nd  3rd 
    HTMLDocument object 
    Window object  2nd  3rd  4th  5th 
log() function 
log10e constant 
log2e constant 
logical operators 
long data type 
look-ahead assertions  2nd 
loops
    continue statement and 
    do/while 
    exiting with break statement 
    for 
    for/in  2nd  3rd 
        debugging, using in 
        enumerating object properties 
    identifiers 
    incrementing counter controlling 
    labeling 
    while 
lowercase  [See case]
lowsrc attribute 
lowsrc property 
lvalues 

Team LiB   Previous Section