<?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"
	>
<channel>
	<title>Comments on: Custom JavaScript Dialog Boxes</title>
	<atom:link href="http://www.leigeber.com/2008/04/custom-javascript-dialog-boxes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leigeber.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>
	<pubDate>Sat, 19 Jul 2008 21:49:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: J</title>
		<link>http://www.leigeber.com/2008/04/custom-javascript-dialog-boxes/#comment-5379</link>
		<dc:creator>J</dc:creator>
		<pubDate>Fri, 18 Jul 2008 21:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=23#comment-5379</guid>
		<description>Nope,

 &#60;a href="javascript:showDialog('','&#60;b&#62;Are you sure you want to delete the entry?&#60;/b&#62;&#60;br/&#62; &#60;a href=${message.deleteURL}&#62;&#60;img src=’http://jyothi.xxx.com:8080/images/cc/yes1.png’/&#62;&#60;/a&#62; &#60;a href=cc.htm onclick=’responseFunction(0); hideDialog()’&#62;&#60;img src=’no1.png’/&#62;&#60;/a&#62;','prompt');"&#62;
            &#60;img src="images/cc/delete.png" alt=""/&#62; &#60;/a&#62;


I tried putting the images in the images/cc and also in the javascript folder... . Also tried giving the whole http address to the images, still cant see the yes and no images. 
J</description>
		<content:encoded><![CDATA[<p>Nope,</p>
<p> &lt;a href=&#8221;javascript:showDialog(&#8221;,&#8217;&lt;b&gt;Are you sure you want to delete the entry?&lt;/b&gt;&lt;br/&gt; &lt;a href=${message.deleteURL}&gt;&lt;img src=’http://jyothi.xxx.com:8080/images/cc/yes1.png’/&gt;&lt;/a&gt; &lt;a href=cc.htm onclick=’responseFunction(0); hideDialog()’&gt;&lt;img src=’no1.png’/&gt;&lt;/a&gt;&#8217;,'prompt&#8217;);&#8221;&gt;<br />
            &lt;img src=&#8221;images/cc/delete.png&#8221; alt=&#8221;"/&gt; &lt;/a&gt;</p>
<p>I tried putting the images in the images/cc and also in the javascript folder&#8230; . Also tried giving the whole http address to the images, still cant see the yes and no images.<br />
J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.leigeber.com/2008/04/custom-javascript-dialog-boxes/#comment-5372</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 17 Jul 2008 23:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=23#comment-5372</guid>
		<description>jyothi - It looks like your first image tag is not closed. The hideDialog should work unless your responseFunction is throwing an error.</description>
		<content:encoded><![CDATA[<p>jyothi - It looks like your first image tag is not closed. The hideDialog should work unless your responseFunction is throwing an error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jyothi</title>
		<link>http://www.leigeber.com/2008/04/custom-javascript-dialog-boxes/#comment-5361</link>
		<dc:creator>Jyothi</dc:creator>
		<pubDate>Wed, 16 Jul 2008 21:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=23#comment-5361</guid>
		<description>I want to add "yes" and "no" images  to the content of the prompt and onclick  do the delete and hideDialog(). But firat im unable to see the "yes"image. Then the delete and hidDialog is not working.

 &#60;a href="javascript:showDialog('','&#60;b&#62;Are you sure you want to delete the entry?&#60;/b&#62;&#60;br/&#62; (This cannot be undone) &#60;br/&#62; &#60;a href=\’{message.deleteURL}\’ onclick=\’responseFunction(1);hideDialog()\’&#62;&#60;img src=\’yes1.png\’&#62;&#60;/a&#62;','prompt');"&#62;
            &#60;img src="images/contactconsole/delete.png" alt=""/&#62; &#60;/a&#62;

--
I did not add the "No" button image yet. Want the "yes" button to work first.

Thanks very much.

jyothi</description>
		<content:encoded><![CDATA[<p>I want to add &#8220;yes&#8221; and &#8220;no&#8221; images  to the content of the prompt and onclick  do the delete and hideDialog(). But firat im unable to see the &#8220;yes&#8221;image. Then the delete and hidDialog is not working.</p>
<p> &lt;a href=&#8221;javascript:showDialog(&#8221;,&#8217;&lt;b&gt;Are you sure you want to delete the entry?&lt;/b&gt;&lt;br/&gt; (This cannot be undone) &lt;br/&gt; &lt;a href=\’{message.deleteURL}\’ onclick=\’responseFunction(1);hideDialog()\’&gt;&lt;img src=\’yes1.png\’&gt;&lt;/a&gt;&#8217;,'prompt&#8217;);&#8221;&gt;<br />
            &lt;img src=&#8221;images/contactconsole/delete.png&#8221; alt=&#8221;"/&gt; &lt;/a&gt;</p>
<p>&#8211;<br />
I did not add the &#8220;No&#8221; button image yet. Want the &#8220;yes&#8221; button to work first.</p>
<p>Thanks very much.</p>
<p>jyothi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.leigeber.com/2008/04/custom-javascript-dialog-boxes/#comment-5357</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 16 Jul 2008 00:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=23#comment-5357</guid>
		<description>@Alejandro - I am confused as to why you would want to redirect at the same time you called the boxes. Shoot me an email with your code an I will look into it.</description>
		<content:encoded><![CDATA[<p>@Alejandro - I am confused as to why you would want to redirect at the same time you called the boxes. Shoot me an email with your code an I will look into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorenzo</title>
		<link>http://www.leigeber.com/2008/04/custom-javascript-dialog-boxes/#comment-5344</link>
		<dc:creator>Lorenzo</dc:creator>
		<pubDate>Mon, 14 Jul 2008 16:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=23#comment-5344</guid>
		<description>You saved my life!</description>
		<content:encoded><![CDATA[<p>You saved my life!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro Barrere</title>
		<link>http://www.leigeber.com/2008/04/custom-javascript-dialog-boxes/#comment-5331</link>
		<dc:creator>Alejandro Barrere</dc:creator>
		<pubDate>Sat, 12 Jul 2008 08:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=23#comment-5331</guid>
		<description>Michael, thanks for your response.

The only problem I'm having with the dialogs is that if there's any code after the call to the dialog boxes like a response.redirect (ASP) or window.load (java) the boxes won't show at all it just redirects. Any solutions for that.

Thanks a lot
Alejandro.</description>
		<content:encoded><![CDATA[<p>Michael, thanks for your response.</p>
<p>The only problem I&#8217;m having with the dialogs is that if there&#8217;s any code after the call to the dialog boxes like a response.redirect (ASP) or window.load (java) the boxes won&#8217;t show at all it just redirects. Any solutions for that.</p>
<p>Thanks a lot<br />
Alejandro.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.leigeber.com/2008/04/custom-javascript-dialog-boxes/#comment-5290</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 04 Jul 2008 17:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=23#comment-5290</guid>
		<description>Thanks a lot!!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.leigeber.com/2008/04/custom-javascript-dialog-boxes/#comment-5287</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 04 Jul 2008 14:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=23#comment-5287</guid>
		<description>@Alejandro - I am a little confused by your first question. As for the window.location, that would need to be placed in the function that closes the window and not in the load function itself.</description>
		<content:encoded><![CDATA[<p>@Alejandro - I am a little confused by your first question. As for the window.location, that would need to be placed in the function that closes the window and not in the load function itself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
