I am controlling the display status of a table row using the following code.
<TR id="CCRow" style="DISPLAY: none">
Instead of hard coding "none" above, I would like to change that value using
a hidden input control. How to do that?
I am getting the error in the following case.
<TR id="CCRow" style="DISPLAY: "
'document.frmMy Page.hdnRowDisp layStatus.value '>
or
<TR id="CCRow" style="DISPLAY: "
=document.frmMy Page.hdnRowDisp layStatus.value >
I am not getting the syntax here what to type.
I am using IE 5.0+
Please advice.
Benjamin
<TR id="CCRow" style="DISPLAY: none">
Instead of hard coding "none" above, I would like to change that value using
a hidden input control. How to do that?
I am getting the error in the following case.
<TR id="CCRow" style="DISPLAY: "
'document.frmMy Page.hdnRowDisp layStatus.value '>
or
<TR id="CCRow" style="DISPLAY: "
=document.frmMy Page.hdnRowDisp layStatus.value >
I am not getting the syntax here what to type.
I am using IE 5.0+
Please advice.
Benjamin
Comment