hi eridius, if you look at the thickbox code, this is what it takes to launch a thickbox tb_show("title","url","gallery"):
$(domChunk).click(function(){ var t = this.title || this.name || null; var a = this.href || this.alt; var g = this.rel || false; tb_show(t,a,g); this.blur(); return false; }); for your question, i'd do it like this, adding this line: // for is ok tb_show("success,bravo",'url_to_success_message.html"); HTH alex On Feb 1, 2008 9:45 PM, Eridius <[EMAIL PROTECTED]> wrote: > > > I am wanting to trigger a thickbox after I validate a form. Basically I can > trigger a function when the form is fully validated and I want to trigger a > thickbox event to open the thickbox. This this possible with thickbox > reload? > -- > View this message in context: > http://www.nabble.com/thickbox-reloaded-question-tp15233663s27240p15233663.html > Sent from the jQuery General Discussion mailing list archive at Nabble.com. > > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com