摘要:
<a onclick="favorite(window.location,document.title)">加入收藏</a> function favorite(URL, title) { try { window.external.addFavorite(URL, title); } catch (e) { try { window.sidebar.addPanel(ti... 阅读全文
摘要:
//关闭,父窗口弹出对话框,子窗口直接关闭 this.Response.Write("<script language=javascript>window.close();</script>"); //关闭,父窗口和子窗口都不弹出对话框,直接关闭 this.Response.Write("<script>"); this.Response.Write("{top... 阅读全文