Please visit our sponsors !
The <param> tag
Definition and Usage
The param element allows you to specify the run-time settings for an object
inserted into HTML documents.
Examples
This code:
Produces this output:
<object classid="clsid:F08DF954-8592-11D1-B16A-00C0F0283628"
id="Slider1" width="100" height="50">
<param name="BorderStyle" value="1">
<param name="MousePointer" value="0">
<param name="Enabled" value="1">
<param name="Min" value="0">
<param name="Max" value="10">
</object>
Required Attributes
Attributes:
Values:
Description:
name
name
The name of the param
Optional Attributes
Attributes:
Values:
Description:
id
text
A unique name for the param
value
value
The value of a runtime parameter
valuetype
data
ref
object
The type of the value attribute
type
mimetype
The internet media type
More Attributes: NONE
Jump to: Top of Page
or HOME or
Printer friendly page
Search W3Schools:
What Others Say About Us
Does the world know about us? Check out these places:
Dogpile
Alta Vista
MSN
Google
Excite
Lycos
Yahoo
Ask Jeeves
We Help You For Free. You Can Help Us!
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy .
Copyright 1999-2002 by Refsnes Data. All Rights Reserved