The HTML Attribute reference.

"valuetype" - html Attribute

  • Specifies the type of the value attribute.
  • "data" is default value for the attribute.

Value(s): data, ref or object

Possible attribute values for this element:
Attribute value description
data It means that the value specified by value will be evaluated and passed to the object's implementation as a string.
ref The value specified by value is a URI that designates a resource where run-time values are stored. This allows support tools to identify URIs given as parameters. The URI must be passed to the object as is, i.e., unresolved.
object The value specified by value is an identifier that refers to an OBJECT declaration in the same document. The identifier must be the value of the id attribute set for the declared OBJECT element.
Used in the element(s):
Elements Description
param This element provides parameters for the 'object' and 'applet' elements.

© 2010 by Finnesand Data. All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the correctness in the pages or source codes.
The risk of using this web-site pages or any program codes from this website is entirely at the individual user.