倍耐利10号
坎坷的命运,独特的魅力,渲染了迷人的蓝色;坚强的意志,必胜的决心,铸就了王者的黑色。永不褪色的蓝黑——Internazional

导航

 

添加JS脚本

 

  function displayDIV()
        
{
            var tempDIV
=document.getElementById("div1");
            tempDIV.style.display
='none';
        }

在后台调用

在AJAX下

 ScriptManager.RegisterStartupScript(this.UpdatePanel1, this.GetType(),
                 
"UpdatePanel1""displayDIV();"true);

普通情况

 

 Page.RegisterStartupScript("DIV""<script>displayDIV();</script>");
posted on 2008-07-24 17:10  天高地厚  阅读(670)  评论(0)    收藏  举报