close
寫網頁常常會需要顯示一些提示訊息
一般可以使用js的alert就好
但如果是需要大的提示的話~
可以參考以下網頁的方法 : http://www.uuu.com.tw/Public/content/article/130916tips.htm
sample code :
aspx檔
cs檔
Panel1.Visible=true;
-------------------------------------
使用jQuery關閉Panel
function btnclose() {
$("#Panel1").hide();
}
全站熱搜
留言列表