type attribute | type property

all
alt
ch
dir
id
min
rel
top
url
URL
urn
Expand Minimize
This topic has not yet been rated - Rate this topic

Sets or retrieves the MIME type for the associated scripting engine.

Syntax

HTML<element type="p" ... >
JavaScript

p = object.type

Property values

Type: String

text/ecmascript

ECMAScript.

text/Jscript

JavaScript.

text/javascript

Default. JavaScript.

text/vbs

VBScript.

text/vbscript

VBScript (same as text/vbs).

text/xml

XML.

Remarks

Compare this property with the language property. To avoid conflict, match the type with the language type specified in the language property.

See also

script

 

 

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.