make visible table using javascript
-
my table td is like below i want to make visible at run time ; i have tryed with below,its not works str = "<script language=javascript>" str = str + "function PopWindow()" str = str + "{" str = str + "document.getElementById(cct1).style.visibility='visible';" str = str + "document.getElementById(cct2).style.visibility='visible';" str = str + "}" str = str + "" Page.RegisterStartupScript("str", str.ToString()) please help me for this situation parthiban
-
my table td is like below i want to make visible at run time ; i have tryed with below,its not works str = "<script language=javascript>" str = str + "function PopWindow()" str = str + "{" str = str + "document.getElementById(cct1).style.visibility='visible';" str = str + "document.getElementById(cct2).style.visibility='visible';" str = str + "}" str = str + "" Page.RegisterStartupScript("str", str.ToString()) please help me for this situation parthiban