<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: JavaScript弹出窗口</title>
	<atom:link href="http://www.prglab.com/blog/js-tutorial/js-popupwindow/feed" rel="self" type="application/rss+xml" />
	<link>http://www.prglab.com/blog</link>
	<description>多读书，读好书</description>
	<lastBuildDate>Mon, 19 Jul 2010 18:47:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Aqua</title>
		<link>http://www.prglab.com/blog/js-tutorial/js-popupwindow/comment-page-1#comment-2411</link>
		<dc:creator>Aqua</dc:creator>
		<pubDate>Sun, 28 Mar 2010 23:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://prglab.com/blog/?page_id=14#comment-2411</guid>
		<description>name里面存储的是提问窗口的返回值，即用户输入。
document.write是写输出。</description>
		<content:encoded><![CDATA[<p>name里面存储的是提问窗口的返回值，即用户输入。<br />
document.write是写输出。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 暖暖</title>
		<link>http://www.prglab.com/blog/js-tutorial/js-popupwindow/comment-page-1#comment-2409</link>
		<dc:creator>暖暖</dc:creator>
		<pubDate>Fri, 26 Mar 2010 03:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://prglab.com/blog/?page_id=14#comment-2409</guid>
		<description>document.write(”Hello ” + name + “! How are you today?”)
是什么意思？是提问窗口的返回值吗？</description>
		<content:encoded><![CDATA[<p>document.write(”Hello ” + name + “! How are you today?”)<br />
是什么意思？是提问窗口的返回值吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sytb</title>
		<link>http://www.prglab.com/blog/js-tutorial/js-popupwindow/comment-page-1#comment-2255</link>
		<dc:creator>sytb</dc:creator>
		<pubDate>Wed, 04 Nov 2009 07:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://prglab.com/blog/?page_id=14#comment-2255</guid>
		<description>别光粘贴，自己学着写进步会更快！</description>
		<content:encoded><![CDATA[<p>别光粘贴，自己学着写进步会更快！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ming</title>
		<link>http://www.prglab.com/blog/js-tutorial/js-popupwindow/comment-page-1#comment-1767</link>
		<dc:creator>ming</dc:creator>
		<pubDate>Tue, 11 Aug 2009 02:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://prglab.com/blog/?page_id=14#comment-1767</guid>
		<description>因为上面的引号都是中文模式下的，所以不能运行</description>
		<content:encoded><![CDATA[<p>因为上面的引号都是中文模式下的，所以不能运行</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aqua</title>
		<link>http://www.prglab.com/blog/js-tutorial/js-popupwindow/comment-page-1#comment-1751</link>
		<dc:creator>Aqua</dc:creator>
		<pubDate>Sat, 01 Aug 2009 00:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://prglab.com/blog/?page_id=14#comment-1751</guid>
		<description>哪一段不能执行？有什么出错信息？</description>
		<content:encoded><![CDATA[<p>哪一段不能执行？有什么出错信息？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gg</title>
		<link>http://www.prglab.com/blog/js-tutorial/js-popupwindow/comment-page-1#comment-1750</link>
		<dc:creator>gg</dc:creator>
		<pubDate>Fri, 31 Jul 2009 05:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://prglab.com/blog/?page_id=14#comment-1750</guid>
		<description>怎么我用dreamweaver 不能执行你上面的代码啊</description>
		<content:encoded><![CDATA[<p>怎么我用dreamweaver 不能执行你上面的代码啊</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.prglab.com/blog/js-tutorial/js-popupwindow/comment-page-1#comment-1742</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 17 Jul 2009 16:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://prglab.com/blog/?page_id=14#comment-1742</guid>
		<description>


function disp_confirm()
{
var r=confirm(”Press a button”)
if (r==true)
{
document.write(”You pressed OK!”)
}
else
{
document.write(”You pressed Cancel!”)
}
}



</description>
		<content:encoded><![CDATA[<p>function disp_confirm()<br />
{<br />
var r=confirm(”Press a button”)<br />
if (r==true)<br />
{<br />
document.write(”You pressed OK!”)<br />
}<br />
else<br />
{<br />
document.write(”You pressed Cancel!”)<br />
}<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
