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
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.