Click here to Skip to main content
15,919,479 members

Comments by Anitha MS (Top 3 by date)

Anitha MS 15-Jun-12 3:18am View    
Hi, do you have any other solution to fade the page on second time? the one i mentioned is working fine in my workspace but not in other workspace....... plz help me...

thanks
Anitha MS 12-Jun-12 5:41am View    
Thanks for your reply..... i got solution
Anitha MS 12-Jun-12 2:43am View    
Hi, here is my jquery and divid to fade defaulttimesheet.aspx at first time
function fade() {
$get('<%= divFade.ClientID %>').style.display = 'inline';
}

function fade_out() {
$get('<%= divFade.ClientID %>').style.display = 'none';
}
<div id="divFade" runat="server" class="gray_overlay" style="display: none">
</div>
it's not possible for me to fade the multiview by calling it for second time inside open dialog contained in defaulttimesheet.aspx. How can i do this?

Thanks in advance