因為JavaScript是直譯語言,所以有時JavaScript的位置不同會有所不同的影響 這邊介紹三種方法 Page.ClientScript.RegisterClientScriptBlock Page.ClientScript.RegisterStartupScript Page.ClientScript.RegisterClientScriptInclude 以下是三種方法的差別 //Block的是將JavaScript寫到Client端HTML裡的上面 Page.ClientScript.RegisterStartupScript(this.GetType(), "test2", "function Hello2(){alert('這是Startup');}", true); //Include的是將JavaScript寫到Client端HTML裡的 轉自 http://welkingunther.pixnet.net/blog/post/27831277-(asp.net)%E5%8B%95%E6%85%8B%E8%A8%BB%E5%86%8Ajavascript%E8%87%B3client%E7%AB%AF
沒有留言:
張貼留言