JavaScript Programmer’s Reference Inheritance chain: (Christian web host) Element object, Node
JavaScript Programmer’s Reference Inheritance chain: Element object, Node object BLOCKQUOTE.cite (Property) A URL pointing at the document that a quote is attributed to. Availability: DOM level 1 JavaScript 1.5 JScript 3.0 Internet Explorer 4.0 Netscape 6.0 Property/method value type: String primitive JavaScript syntax: -myBLOCKQUOTE.cite The URL of the document being quoted from is noted in this property. Blur() (Filter/visual) A visual filter for blurring objects. Availability: JScript 3.0 Internet Explorer 4.0 Refer to: Filter Blur() blur() (Method) Move the input focus away from the receiving element. Availability: DOM level 1 JavaScript 1.1 JScript 3.0 Internet Explorer 3.0 Netscape 3.0 Opera 3.0 Property/method value type: undefined -blur() JavaScript syntax: -myWindow.blur() See also: Input.blur(), Window.focus(), Window.blur()