Parameter value property
Definition and Usage
value
Property to set or return the value of the parameter's value property.
<param> value property define the value of the <param> element.
This property is related to name property 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 the file may not be supported by all browsers.
See also:
HTML مراجع دستورات:HTML <param> کا تگ
Example
Get the value of the <param> element:
var x = document.getElementById("myParam").value
Syntax
return value property:
parameterObject.value
set value property:
parameterObject.value = value
کا رائج وقفہ
کا رائج | وصف |
---|---|
value | پارامتر کی کا رائج مقرر کرتا ہے۔ |
تکنیکی تفصیلات
بازگشت کا مطلب: | آئی پی، پارامتر کی کا رائج کا نمائش دیتا ہے۔ |
---|
بrowsر سپورٹ
کروم | ایج | فائرفاکس | سافری | آپریا |
---|---|---|---|---|
کروم | ایج | فائرفاکس | سافری | آپریا |
مدد | مدد | مدد | مدد | مدد |
صفحات مرتبط
HTML مراجع دستورات:HTML <param> value کا وقفہ