<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kerry D. Wong &#187; Javascript</title>
	<atom:link href="http://www.kerrywong.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 02:01:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Javascript Popup Window Problem in ASP.Net 2.0</title>
		<link>http://www.kerrywong.com/2006/11/15/javascript-popup-window-problem-in-aspnet-20/</link>
		<comments>http://www.kerrywong.com/2006/11/15/javascript-popup-window-problem-in-aspnet-20/#comments</comments>
		<pubDate>Wed, 15 Nov 2006 11:17:31 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://dimension/2006/11/15/javascript-popup-window-problem-in-aspnet-20/</guid>
		<description><![CDATA[Recently, I found an interesting problem when using server controls (e.g. asp:button) to launch javascript popup windows. For example, the following code should be able to pop up a window (the javascript for popUp() is omitted here): &#60;asp:Button ID=&#8221;Button1&#8243; runat=&#8221;server&#8221; CausesValidation=&#8221;False&#8221; OnClientClick=&#8221;javascript:popUp()&#8221; Text=&#8221;Test&#8221; /&#62; And it works as long as you don’t have a default [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2006/11/15/javascript-popup-window-problem-in-aspnet-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

