Hi,
Ya its working fine now.
Thanks... :-)...
User Profile
Collapse
-
Hi,
No I am not getting any error in IE or Safari. And while using 'hidden' it just make the visibility hidden. The space will be there. Thats why I used 'collapse' which will hide the controls as well as space.
And the hide_Ctrls() function is:
[CODE=javascript]<script language="JavaS cript" type="Text/Javascript">
function hide_Ctrls()
{
if(value == 'one')
...Leave a comment:
-
JavaScript function is working only in FIreFox Not in IE and Safari
Hi,
I am using a javascript function for hiding a particular html row while clicking the check box.
Each row corresponds to different checkbox.
The code I have used is:
[CODE=javascript]<asp:Checkbox ID="chekID_One " onchange="hide_ Ctrls('one')" Checked="false" runat="server"> </asp:Checkbox>
<asp:Checkbox ID="chekID_Two " onchange="hide_ Ctrls('two')"...
No activity results to display
Show More
Leave a comment: