Parameter value attribute

Definition and Usage

value Attribute to set or return the value of the parameter's value attribute.

<param> value attribute define the value of <param> element.

This attribute is related to name attribute Used together to <object> tag Specified plugin parameters.

This value can be any value supported by the specified object.

Note:All major browsers support <param> tagHowever,<object> The file format defined in it may not be supported by all browsers.

See also:

HTML পরিশীলনামূলক হান্ডবুক:HTML <param> ট্যাগ

Example

Get the value of <param> element:

var x = document.getElementById("myParam").value

Try it yourself

Syntax

return value attribute:

parameterObject.value

set value attribute:

parameterObject.value = value

এট্রিবিউট মান

মান বর্ণনা
value প্রামাণ্যতা মান নির্ধারণ

প্রযুক্তিগত বিবরণ

ফলাফল: শব্দতালিকা মান, প্রামাণ্যতা মান

ব্রাউজার সমর্থন

চ্রোম এডজ ফায়ারফক্স স্যাফারি ওপেরা
চ্রোম এডজ ফায়ারফক্স স্যাফারি ওপেরা
সমর্থন সমর্থন সমর্থন সমর্থন সমর্থন

সংশ্লিষ্ট পাতা

HTML পরিশীলনামূলক হান্ডবুক:HTML <param> value এট্রিবিউট