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

type attribute | type property

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

JScript.

text/javascript

Default. JScript.

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

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.