<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[window.close关闭窗口，不弹出系统提示，直接关闭]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Tue, 10 Nov 2009 05:44:56 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	当我们用这种方法:Response.Write("<script>window.close()</script>")<br/>总是提示什么:你查看的网页试图关闭的提示<br/>如何去掉提示，直接关闭窗体?<br/>可以用以下方法:<br/>Response.Write("<script>window.opener=null;window.close()</script>")<br/>只有ie6才支持.<br/>opener只要设为任何值都可以,不会出现提示<br/><br/>如果是通过子窗体关闭父窗体时怎么做呢<br/>子窗体（弹出窗体）：<br/>同理可得：<br/>Response.Write("<script>window.opener.top.opener=null;window.opener.top.close()</script>") 
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] window.close关闭窗口，不弹出系统提示，直接关闭]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>