2012年8月13日 星期一

FancyBox 關閉

關閉FancyBox
protected void Button1_Click(object sender, EventArgs e)
{
	ScriptManager.RegisterStartupScript(this, this.GetType(), "訊息", "parent.jQuery.fancybox.close();", true);
}