This topic has not yet been rated - Rate this topic

version property

Sets or retrieves the Document Type Definition (DTD) version that governs the current document.

Syntax

HRESULT value = object.put_version( v);HRESULT value = object.get_version(* p);

Property values

Type: BSTR

the DTD version for the document.

Standards information

Remarks

There is no functionality implemented for this property unless defined by the author.

IHTMLHtmlElement::version was introduced in Microsoft Internet Explorer 6

The IHTMLHtmlElement::version property is deprecated in HTML 4.0 because it is redundant with version information provided in the document type declaration.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.