blockquote | NN 6 IE 4 DOM 1 |
The blockquote object reflects the blockquote element, which is intended to set off a long, block-level quote inside a document. |
|
HTML Equivalent | |
<blockquote> |
|
Object Model Reference | |
[window.]document.getElementById("elementID")
|
|
Object-Specific Properties | |
|
|
Object-Specific Methods | |
None. |
|
Object-Specific Event Handler Properties | |
None. |
cite | NN 6 IE 5(Mac) DOM 1 |
Read/Write | |
Provides a URL pointing to an online source document from which the quotation is taken. This is not in any way a mechanism for copying or extracting content from another document. IE 6 for Windows incorrectly calls this property clear. No mainstream browser does anything special with this information. |
|
Value | |
Any valid URL to a document on the World Wide Web, including absolute or relative URLs. |
|
Default | |
None. |