<?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: Custom JavaScript Dialog Boxes</title>
	<atom:link href="http://www.scriptiny.com/2008/04/custom-javascript-dialog-boxes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptiny.com/2008/04/custom-javascript-dialog-boxes/</link>
	<description>This web development blog features fresh articles on JavaScript, AJAX, CSS, XHTML, PHP, Photoshop and more.</description>
	<lastBuildDate>Wed, 16 May 2012 10:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Nguyenminhtanct99</title>
		<link>http://www.scriptiny.com/2008/04/custom-javascript-dialog-boxes/#comment-13503</link>
		<dc:creator>Nguyenminhtanct99</dc:creator>
		<pubDate>Tue, 01 May 2012 08:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=23#comment-13503</guid>
		<description>hic hic please help me. I can&#039;t use it if i have one folder. example: http://localhost:3000/webcore/register/register can&#039;t not show popup javascript on the screen  :(</description>
		<content:encoded><![CDATA[<p>hic hic please help me. I can&#039;t use it if i have one folder. example: <a href="http://localhost:3000/webcore/register/register" rel="nofollow">http://localhost:3000/webcore/register/register</a> can&#039;t not show popup javascript on the screen  <img src='http://www.scriptiny.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cocomi</title>
		<link>http://www.scriptiny.com/2008/04/custom-javascript-dialog-boxes/#comment-13467</link>
		<dc:creator>cocomi</dc:creator>
		<pubDate>Fri, 13 Apr 2012 18:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=23#comment-13467</guid>
		<description>                         One
 of the benefits of alert() and confirm() functions is that they stop 
the process of the script until the user response to that alert() or 
prompt() function...


DoingSometing();alert(); // This will stop the process of the script until the user clicks OK.DoSomethingElse();


How can we stop the process of the script using a custom made dialog box? Any ideas...
                              </description>
		<content:encoded><![CDATA[<p>                         One<br />
 of the benefits of alert() and confirm() functions is that they stop<br />
the process of the script until the user response to that alert() or<br />
prompt() function&#8230;</p>
<p>DoingSometing();alert(); // This will stop the process of the script until the user clicks OK.DoSomethingElse();</p>
<p>How can we stop the process of the script using a custom made dialog box? Any ideas&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santhosh047</title>
		<link>http://www.scriptiny.com/2008/04/custom-javascript-dialog-boxes/#comment-13366</link>
		<dc:creator>Santhosh047</dc:creator>
		<pubDate>Wed, 07 Mar 2012 15:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=23#comment-13366</guid>
		<description>How to add Ok and Cancel in Confirm box</description>
		<content:encoded><![CDATA[<p>How to add Ok and Cancel in Confirm box</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fjjess</title>
		<link>http://www.scriptiny.com/2008/04/custom-javascript-dialog-boxes/#comment-13360</link>
		<dc:creator>fjjess</dc:creator>
		<pubDate>Wed, 07 Mar 2012 02:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=23#comment-13360</guid>
		<description>asdf asdfasdfd</description>
		<content:encoded><![CDATA[<p>asdf asdfasdfd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabhakaran</title>
		<link>http://www.scriptiny.com/2008/04/custom-javascript-dialog-boxes/#comment-13294</link>
		<dc:creator>Prabhakaran</dc:creator>
		<pubDate>Fri, 17 Feb 2012 13:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=23#comment-13294</guid>
		<description>thank u so much ,it is excellently working...</description>
		<content:encoded><![CDATA[<p>thank u so much ,it is excellently working&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: filmtablette</title>
		<link>http://www.scriptiny.com/2008/04/custom-javascript-dialog-boxes/#comment-13249</link>
		<dc:creator>filmtablette</dc:creator>
		<pubDate>Fri, 03 Feb 2012 22:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=23#comment-13249</guid>
		<description>don&#039;t know if it&#039;s right or not, but it works for me

in dialog_box.css find #dialog
change the z-index to 10001

in dialog_box.css find #dialog-mask
change the z-index to 10000

in dialog_box.js find dialog.style.opacity = .00;

and set the opacity to 1.00</description>
		<content:encoded><![CDATA[<p>don&#039;t know if it&#039;s right or not, but it works for me</p>
<p>in dialog_box.css find #dialog<br />
change the z-index to 10001</p>
<p>in dialog_box.css find #dialog-mask<br />
change the z-index to 10000</p>
<p>in dialog_box.js find dialog.style.opacity = .00;</p>
<p>and set the opacity to 1.00</p>
]]></content:encoded>
	</item>
</channel>
</rss>

