<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: jQuery Lightbox</title>
	<link>http://15daysofjquery.com/jquery-lightbox/19/</link>
	<description>Examples and tutorials to help you learn JQuery</description>
	<pubDate>Thu, 28 Aug 2008 11:47:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: Nilesh</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-114</link>
		<author>Nilesh</author>
		<pubDate>Sun, 25 Jun 2006 07:08:57 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-114</guid>
					<description>Would be nice to see a Drag and Drop funciton with that. so users can drag the top header area just like a window. as you may of seen in YUI examples as well.

and also Limit the Drag and Drop the Edge of browser windows too, so they dont get cut off.</description>
		<content:encoded><![CDATA[<p>Would be nice to see a Drag and Drop funciton with that. so users can drag the top header area just like a window. as you may of seen in YUI examples as well.</p>
<p>and also Limit the Drag and Drop the Edge of browser windows too, so they dont get cut off.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: css menus</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-461</link>
		<author>css menus</author>
		<pubDate>Wed, 25 Oct 2006 20:16:59 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-461</guid>
					<description>how would I close thickbox from isdie an iFrame?</description>
		<content:encoded><![CDATA[<p>how would I close thickbox from isdie an iFrame?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-463</link>
		<author>Jack</author>
		<pubDate>Thu, 26 Oct 2006 01:13:15 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-463</guid>
					<description>I think I'd have to see an example of your iframe and how you're implementing it to give you anything definitive.</description>
		<content:encoded><![CDATA[<p>I think I&#8217;d have to see an example of your iframe and how you&#8217;re implementing it to give you anything definitive.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: arnaud</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-673</link>
		<author>arnaud</author>
		<pubDate>Thu, 30 Nov 2006 11:11:30 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-673</guid>
					<description>how do I make thickbox open a file in an iframe's parent window?</description>
		<content:encoded><![CDATA[<p>how do I make thickbox open a file in an iframe&#8217;s parent window?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-674</link>
		<author>Jack</author>
		<pubDate>Thu, 30 Nov 2006 15:53:21 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-674</guid>
					<description>Same way you would without the thickbox.  You could Google "link target iframe".

Basically:
1- Give iframe a name in the opening iframe tag
2- reference that name in the target of the href tag

&#60;a href=&#34;http://www.yahoo.com&#34; target=&#34;iframeName&#34;&#62;

To target the parent window, use target=&#34;_parent&#34;</description>
		<content:encoded><![CDATA[<p>Same way you would without the thickbox.  You could Google &#8220;link target iframe&#8221;.</p>
<p>Basically:<br />
1- Give iframe a name in the opening iframe tag<br />
2- reference that name in the target of the href tag</p>
<p>&lt;a href=&quot;http://www.yahoo.com&quot; target=&quot;iframeName&quot;&gt;</p>
<p>To target the parent window, use target=&quot;_parent&quot;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jeffrey</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-716</link>
		<author>Jeffrey</author>
		<pubDate>Wed, 06 Dec 2006 01:44:31 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-716</guid>
					<description>arnaud:

add this script to a link inside the iframe

self.parent.TB_remove();return false;</description>
		<content:encoded><![CDATA[<p>arnaud:</p>
<p>add this script to a link inside the iframe</p>
<p>self.parent.TB_remove();return false;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: warren</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-727</link>
		<author>warren</author>
		<pubDate>Thu, 07 Dec 2006 00:01:01 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-727</guid>
					<description>if you are looking for a way to create a normal iframe with jquery, check out...

&lt;a href="http://33rockers.com/2006/12/05/unobtrusive-iframe-with-jquery/" rel="nofollow"&gt;Unobtrusive iFrame with JQuery
&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>if you are looking for a way to create a normal iframe with jquery, check out&#8230;</p>
<p><a href="http://33rockers.com/2006/12/05/unobtrusive-iframe-with-jquery/" rel="nofollow">Unobtrusive iFrame with JQuery<br />
</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Sam</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-4203</link>
		<author>Sam</author>
		<pubDate>Wed, 04 Apr 2007 08:34:35 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-4203</guid>
					<description>@Jeffrey: Thanks a lot. Is it also possible to close the thickbox and have the page it is called from (i.e. the "parent") refreshed?</description>
		<content:encoded><![CDATA[<p>@Jeffrey: Thanks a lot. Is it also possible to close the thickbox and have the page it is called from (i.e. the &#8220;parent&#8221;) refreshed?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Corey</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-4223</link>
		<author>Corey</author>
		<pubDate>Wed, 04 Apr 2007 21:35:55 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-4223</guid>
					<description>Sam, you could just modify the TB_close function to reload the page. If you're talking about ensuring the page actually updates the DOM in IE try adding "return false;" to the TB_close function if it's not already there (IE quirk).</description>
		<content:encoded><![CDATA[<p>Sam, you could just modify the TB_close function to reload the page. If you&#8217;re talking about ensuring the page actually updates the DOM in IE try adding &#8220;return false;&#8221; to the TB_close function if it&#8217;s not already there (IE quirk).</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: jonah_L</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-5148</link>
		<author>jonah_L</author>
		<pubDate>Sat, 21 Apr 2007 18:11:29 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-5148</guid>
					<description>how to i make the lightbox appear in the main html page when i click on a lightbox link inside the iframe that resides inside the main html page...at the moment, when click the link in the iframe, the lightbox cropped and appear within the iframe frame..not the entire screen...how do i target that correctly..?

thanks</description>
		<content:encoded><![CDATA[<p>how to i make the lightbox appear in the main html page when i click on a lightbox link inside the iframe that resides inside the main html page&#8230;at the moment, when click the link in the iframe, the lightbox cropped and appear within the iframe frame..not the entire screen&#8230;how do i target that correctly..?</p>
<p>thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-5216</link>
		<author>Jack</author>
		<pubDate>Mon, 23 Apr 2007 16:59:51 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-5216</guid>
					<description>Jonah,
Couldn't follow what you were asking. Sorry.

Perhaps an example?</description>
		<content:encoded><![CDATA[<p>Jonah,<br />
Couldn&#8217;t follow what you were asking. Sorry.</p>
<p>Perhaps an example?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Nilesh Pawar</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-6705</link>
		<author>Nilesh Pawar</author>
		<pubDate>Mon, 21 May 2007 08:48:55 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-6705</guid>
					<description>Hi,

  Its nice to use the lightbox but when I use it inside the iframe and ajax that is data in iframe is displayed through ajax them its not desplaying the lightbox. Can you please have a look and try using lightbox inside the page which is called in iframe and give us the solution.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>  Its nice to use the lightbox but when I use it inside the iframe and ajax that is data in iframe is displayed through ajax them its not desplaying the lightbox. Can you please have a look and try using lightbox inside the page which is called in iframe and give us the solution.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bill</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-7905</link>
		<author>Bill</author>
		<pubDate>Thu, 14 Jun 2007 13:35:49 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-7905</guid>
					<description>Jonah_L,

I assume you want target="_top" or something like that. =)</description>
		<content:encoded><![CDATA[<p>Jonah_L,</p>
<p>I assume you want target=&#8221;_top&#8221; or something like that. =)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: sidnei dasilva</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-9890</link>
		<author>sidnei dasilva</author>
		<pubDate>Mon, 16 Jul 2007 03:14:42 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-9890</guid>
					<description>Hello,

 Thanks so much for sharing this :D
 I don't know if you noticed but the where you have the code (the light gray div) the text expands beyond the border of the same when viewed in Firefox; you can easily fix that by adding style="overflow: auto;" Just an opinion.

my best,


-Sidnei</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p> Thanks so much for sharing this <img src='http://15daysofjquery.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
 I don&#8217;t know if you noticed but the where you have the code (the light gray div) the text expands beyond the border of the same when viewed in Firefox; you can easily fix that by adding style=&#8221;overflow: auto;&#8221; Just an opinion.</p>
<p>my best,</p>
<p>-Sidnei</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mattia</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-10739</link>
		<author>Mattia</author>
		<pubDate>Sun, 05 Aug 2007 08:18:49 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-10739</guid>
					<description>@Jeffrey: Many thanks. Can I close the ThickBox from an Iframe open instead of thickbox? I would close the thickbox automatically after 3 seconds.</description>
		<content:encoded><![CDATA[<p>@Jeffrey: Many thanks. Can I close the ThickBox from an Iframe open instead of thickbox? I would close the thickbox automatically after 3 seconds.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Matt</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-10860</link>
		<author>Matt</author>
		<pubDate>Tue, 07 Aug 2007 18:21:38 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-10860</guid>
					<description>Hey everyone. Great post first off!

I was wonderin if I could get a bit of this great help that's been given out.

Having the same issue as other.

Have an Iframe named 'frame1'
Would like the image links in 'frame1' to open in the parent frame. I set the target to parent, however the lightbox still opens in 'frame1'.
I think i need to add self.parent.TB_remove();return false;

 but am not sure where.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey everyone. Great post first off!</p>
<p>I was wonderin if I could get a bit of this great help that&#8217;s been given out.</p>
<p>Having the same issue as other.</p>
<p>Have an Iframe named &#8216;frame1&#8242;<br />
Would like the image links in &#8216;frame1&#8242; to open in the parent frame. I set the target to parent, however the lightbox still opens in &#8216;frame1&#8242;.<br />
I think i need to add self.parent.TB_remove();return false;</p>
<p> but am not sure where.</p>
<p>Thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Emanuel Costa</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-11169</link>
		<author>Emanuel Costa</author>
		<pubDate>Wed, 15 Aug 2007 02:50:13 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-11169</guid>
					<description>I have the same problem that Matt mentioned. I read the thickbox forum and seems this questions is very common and should be a feature in the new releases.

I would be very glad if anyone could point to the right directions.

Thanks!</description>
		<content:encoded><![CDATA[<p>I have the same problem that Matt mentioned. I read the thickbox forum and seems this questions is very common and should be a feature in the new releases.</p>
<p>I would be very glad if anyone could point to the right directions.</p>
<p>Thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-11208</link>
		<author>Jack</author>
		<pubDate>Wed, 15 Aug 2007 19:13:40 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-11208</guid>
					<description>Emanuel,
Have your tried Matt's suggestion?
Jack</description>
		<content:encoded><![CDATA[<p>Emanuel,<br />
Have your tried Matt&#8217;s suggestion?<br />
Jack</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John.Brazil</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-11856</link>
		<author>John.Brazil</author>
		<pubDate>Wed, 29 Aug 2007 05:03:21 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-11856</guid>
					<description>Jack, Emanuel,

I tried Matt's solution... added 

"
self.parent.TB_remove();return false;
"

inside the body tag of my iframe page. It didn't worked too, what happens is that it opens the pic but without the "thickbox" effects...

i really don't know what to do.. 

ANYONE??????? HEEEELP!!!!</description>
		<content:encoded><![CDATA[<p>Jack, Emanuel,</p>
<p>I tried Matt&#8217;s solution&#8230; added </p>
<p>&#8221;<br />
self.parent.TB_remove();return false;<br />
&#8221;</p>
<p>inside the body tag of my iframe page. It didn&#8217;t worked too, what happens is that it opens the pic but without the &#8220;thickbox&#8221; effects&#8230;</p>
<p>i really don&#8217;t know what to do.. </p>
<p>ANYONE??????? HEEEELP!!!!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John.Brazil</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-11857</link>
		<author>John.Brazil</author>
		<pubDate>Wed, 29 Aug 2007 05:05:08 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-11857</guid>
					<description>this quotes above was supposed to be the script open and closing tags...</description>
		<content:encoded><![CDATA[<p>this quotes above was supposed to be the script open and closing tags&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John.Brazil</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-11905</link>
		<author>John.Brazil</author>
		<pubDate>Thu, 30 Aug 2007 02:23:36 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-11905</guid>
					<description>hey guys, i found a solution!!!

what u gotta do is the following:

- first, u need to add the scripts link inside the head tag of your PARENT frame.

- then, instead of just adding the class="thickbox" in your link, u'll directly call the function that shows the thickbox from your script that is declared inside your PARENT page, like this:
&lt;a href="parent.tb_show('your_title','D:image.jpg','')" rel="nofollow"&gt;  

worked with me! good luck everyone!</description>
		<content:encoded><![CDATA[<p>hey guys, i found a solution!!!</p>
<p>what u gotta do is the following:</p>
<p>- first, u need to add the scripts link inside the head tag of your PARENT frame.</p>
<p>- then, instead of just adding the class=&#8221;thickbox&#8221; in your link, u&#8217;ll directly call the function that shows the thickbox from your script that is declared inside your PARENT page, like this:<br />
<a href="parent.tb_show('your_title','D:image.jpg','')" rel="nofollow">  </p>
<p>worked with me! good luck everyone!</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John.Brazil</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-11906</link>
		<author>John.Brazil</author>
		<pubDate>Thu, 30 Aug 2007 02:26:27 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-11906</guid>
					<description>hahaha again!
now with '-' so it wont change to html code..
the code is: 
</description>
		<content:encoded><![CDATA[<p>hahaha again!<br />
now with &#8216;-&#8217; so it wont change to html code..<br />
the code is:</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John.Brazil</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-11907</link>
		<author>John.Brazil</author>
		<pubDate>Thu, 30 Aug 2007 02:28:30 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-11907</guid>
					<description>AHHHHHHHH damn site!!!

-

take out the "-" and you'll see the code</description>
		<content:encoded><![CDATA[<p>AHHHHHHHH damn site!!!</p>
<p>-</p>
<p>take out the &#8220;-&#8221; and you&#8217;ll see the code</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John.Brazil</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-11908</link>
		<author>John.Brazil</author>
		<pubDate>Thu, 30 Aug 2007 02:30:05 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-11908</guid>
					<description>inside the "a" tag, o the "href" part, put "javascript:parent.tb_show('your_title','D:\image.jpg','')"</description>
		<content:encoded><![CDATA[<p>inside the &#8220;a&#8221; tag, o the &#8220;href&#8221; part, put &#8220;javascript:parent.tb_show(&#8217;your_title&#8217;,'D:\image.jpg&#8217;,&#8221;)&#8221;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John.Brazil</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-11909</link>
		<author>John.Brazil</author>
		<pubDate>Thu, 30 Aug 2007 02:30:21 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-11909</guid>
					<description>finally!</description>
		<content:encoded><![CDATA[<p>finally!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Raul</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-13177</link>
		<author>Raul</author>
		<pubDate>Sun, 23 Sep 2007 08:41:33 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-13177</guid>
					<description>It still doesn't work for me, But I guess it must be be some problem with the quotes, I was wondering, can you guys write the link to a working example? It would be greatly appreciated. Thanks!</description>
		<content:encoded><![CDATA[<p>It still doesn&#8217;t work for me, But I guess it must be be some problem with the quotes, I was wondering, can you guys write the link to a working example? It would be greatly appreciated. Thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kym</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-13620</link>
		<author>Kym</author>
		<pubDate>Tue, 02 Oct 2007 03:21:21 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-13620</guid>
					<description>Hi Raul

Did you get this to work?</description>
		<content:encoded><![CDATA[<p>Hi Raul</p>
<p>Did you get this to work?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kym</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-13645</link>
		<author>Kym</author>
		<pubDate>Tue, 02 Oct 2007 12:31:10 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-13645</guid>
					<description>Hi All
Would anyone please be able to post a sample that works of the &lt;a&gt;</description>
		<content:encoded><![CDATA[<p>Hi All<br />
Would anyone please be able to post a sample that works of the <a></a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kym</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-13646</link>
		<author>Kym</author>
		<pubDate>Tue, 02 Oct 2007 12:37:44 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-13646</guid>
					<description>Hi All
Sorry for the previous posting. I was hoping that someone who has managed to make a thickbox open from a link within an iframe and cover the parent page could post the complete a href. I have tried all suggestions from all forums and none work for me. Help PLEASE!!
Thanks</description>
		<content:encoded><![CDATA[<p>Hi All<br />
Sorry for the previous posting. I was hoping that someone who has managed to make a thickbox open from a link within an iframe and cover the parent page could post the complete a href. I have tried all suggestions from all forums and none work for me. Help PLEASE!!<br />
Thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: AndyT</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-14076</link>
		<author>AndyT</author>
		<pubDate>Mon, 08 Oct 2007 02:42:16 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-14076</guid>
					<description>I built a thickbox login system using jquery, thickbox, and the jforms plugin.  I'm down to one last goal: when I call parent.tb_remove() to close the thickbox I need to refresh a couple lines of php code inside of a div tag on the parent's page. Can anyone point me towards a function that will refresh my div?</description>
		<content:encoded><![CDATA[<p>I built a thickbox login system using jquery, thickbox, and the jforms plugin.  I&#8217;m down to one last goal: when I call parent.tb_remove() to close the thickbox I need to refresh a couple lines of php code inside of a div tag on the parent&#8217;s page. Can anyone point me towards a function that will refresh my div?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bruno</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-19407</link>
		<author>Bruno</author>
		<pubDate>Sun, 09 Dec 2007 18:51:27 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-19407</guid>
					<description>Kym, it worked for me.

A thickbox within an iframe covered the parent page width the solution given by John.Brazil. Problem is that the related gallery didn't work, so I had to use a HTML instead of some IMAGE. 

Sample is here: http://www.anexo14.com.br/forma/portfolio.htm</description>
		<content:encoded><![CDATA[<p>Kym, it worked for me.</p>
<p>A thickbox within an iframe covered the parent page width the solution given by John.Brazil. Problem is that the related gallery didn&#8217;t work, so I had to use a HTML instead of some IMAGE. </p>
<p>Sample is here: <a href="http://www.anexo14.com.br/forma/portfolio.htm" rel="nofollow">http://www.anexo14.com.br/forma/portfolio.htm</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Daniel Speth</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-19601</link>
		<author>Daniel Speth</author>
		<pubDate>Tue, 11 Dec 2007 15:29:24 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-19601</guid>
					<description>&#62;css menus said on 25 Oct 2006 at 4:16 pm: 

&#62;how would I close thickbox from isdie an iFrame?

Hi there, 

if you want to close a thickbox within an iframe try this as a function and remember to include the jQuery functionalities in your iframe-code (e.g. jquery-1.2.1.js in header).

function tb_removeIframe() {
parent.$('#TB_window,#TB_overlay,#TB_HideSelect').trigger("unload").unbind().remove();
}

&lt;a href="#" rel="nofollow"&gt;close Thickbox-iframe&lt;/a&gt;

Greets and good luck with all that thickbox adaptions;-) 

Daniel Speth</description>
		<content:encoded><![CDATA[<p>&gt;css menus said on 25 Oct 2006 at 4:16 pm: </p>
<p>&gt;how would I close thickbox from isdie an iFrame?</p>
<p>Hi there, </p>
<p>if you want to close a thickbox within an iframe try this as a function and remember to include the jQuery functionalities in your iframe-code (e.g. jquery-1.2.1.js in header).</p>
<p>function tb_removeIframe() {<br />
parent.$(&#8217;#TB_window,#TB_overlay,#TB_HideSelect&#8217;).trigger(&#8221;unload&#8221;).unbind().remove();<br />
}</p>
<p><a href="#" rel="nofollow">close Thickbox-iframe</a></p>
<p>Greets and good luck with all that thickbox adaptions;-) </p>
<p>Daniel Speth</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Paul</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-23091</link>
		<author>Paul</author>
		<pubDate>Tue, 15 Jan 2008 15:21:45 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-23091</guid>
					<description>I have posted a solution at the Thickbox forums which worked for me in all aspects.

http://codylindley.com/thickboxforum/comments.php?DiscussionID=58&#38;page=1#Comment_3404

The basic idea behind it all is that Thickbox must initiate all functions in the parent window straight away. However these functions will all refer to the iframe content. Explained how it could be done (I suppose the Lightbox principle should be the same).</description>
		<content:encoded><![CDATA[<p>I have posted a solution at the Thickbox forums which worked for me in all aspects.</p>
<p><a href="http://codylindley.com/thickboxforum/comments.php?DiscussionID=58&amp;page=1#Comment_3404" rel="nofollow">http://codylindley.com/thickboxforum/comments.php?DiscussionID=58&amp;page=1#Comment_3404</a></p>
<p>The basic idea behind it all is that Thickbox must initiate all functions in the parent window straight away. However these functions will all refer to the iframe content. Explained how it could be done (I suppose the Lightbox principle should be the same).</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: andrei</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-24915</link>
		<author>andrei</author>
		<pubDate>Mon, 04 Feb 2008 00:48:11 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-24915</guid>
					<description>Hi there,
I have a form login that is loaded (ajax) via Thickbox. How can i make it auto focus on the user field when it is loaded ?
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I have a form login that is loaded (ajax) via Thickbox. How can i make it auto focus on the user field when it is loaded ?<br />
Thanks.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: dave</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-27817</link>
		<author>dave</author>
		<pubDate>Sat, 01 Mar 2008 18:18:44 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-27817</guid>
					<description>andrei

does that field have an id or some other way of identifying it through selectors?

try $('#fieldId').focus();</description>
		<content:encoded><![CDATA[<p>andrei</p>
<p>does that field have an id or some other way of identifying it through selectors?</p>
<p>try $(&#8217;#fieldId&#8217;).focus();</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Acronyms</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-28618</link>
		<author>Acronyms</author>
		<pubDate>Wed, 12 Mar 2008 07:33:51 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-28618</guid>
					<description>Hey Andrei,

use this

http://www.gerd-riesselmann.net/development/focus-first-form-field-with-jquery</description>
		<content:encoded><![CDATA[<p>Hey Andrei,</p>
<p>use this</p>
<p><a href="http://www.gerd-riesselmann.net/development/focus-first-form-field-with-jquery" rel="nofollow">http://www.gerd-riesselmann.net/development/focus-first-form-field-with-jquery</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Snowman53</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-31628</link>
		<author>Snowman53</author>
		<pubDate>Sat, 19 Apr 2008 01:53:58 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-31628</guid>
					<description>This topic has been posted on the Thickbox forum, but no workable solution has been offered, or at least I couldn’t recognize one if it was. 

Hopefully someone can walk me through a solution!

Here is an example of a TB call I am making (using: jquery-1.2.3, TB 3.1, IE7);
Edit

TB opens with the default size and located near the top of the page instead of using my sizes and centering on the screen when the page is scrolled down. 

If I use the same code without passing a variable to the destination URL, TB works as expected (fantastically). 

So clearly passing the URL variable messes up passing variables to TB. Could someone walk me through how to change this so it works correctly?

Note that the URL variable is generated by the ASP code and is not easily modified, so I need a Thickbox oriented solution (if possible).

Thanks!</description>
		<content:encoded><![CDATA[<p>This topic has been posted on the Thickbox forum, but no workable solution has been offered, or at least I couldn’t recognize one if it was. </p>
<p>Hopefully someone can walk me through a solution!</p>
<p>Here is an example of a TB call I am making (using: jquery-1.2.3, TB 3.1, IE7);<br />
Edit</p>
<p>TB opens with the default size and located near the top of the page instead of using my sizes and centering on the screen when the page is scrolled down. </p>
<p>If I use the same code without passing a variable to the destination URL, TB works as expected (fantastically). </p>
<p>So clearly passing the URL variable messes up passing variables to TB. Could someone walk me through how to change this so it works correctly?</p>
<p>Note that the URL variable is generated by the ASP code and is not easily modified, so I need a Thickbox oriented solution (if possible).</p>
<p>Thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kyrre Nygård</title>
		<link>http://15daysofjquery.com/jquery-lightbox/19/#comment-34542</link>
		<author>Kyrre Nygård</author>
		<pubDate>Thu, 08 May 2008 10:46:48 +0000</pubDate>
		<guid>http://15daysofjquery.com/jquery-lightbox/19/#comment-34542</guid>
					<description>I think jqModal (http://dev.iceburg.net/jquery/jqModal) is a simpler and more elegant alternative to TB.</description>
		<content:encoded><![CDATA[<p>I think jqModal (http://dev.iceburg.net/jquery/jqModal) is a simpler and more elegant alternative to TB.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
