Check out the source for thickbox. There's a function to call that hides it,
I think it's TB_hide() or something. You need to call it in the context of
the parent page, not the context of the iframe. So from within the iframe,
you could do parent.TB_hide() or top.TB_hide().

--Erik


On 3/16/07, JQuery - SimDigital <[EMAIL PROTECTED]> wrote:

I want to build a 2 steps form with thickbox plugin, but i don't know
how to do the architecture.

The problem is that when i finished to fill the 2 steps, i need to close
the thickbox, but i don“t know how...

PS: I'm using iframe option to jump from step1 to step 2.

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to