[jQuery] Autoreload in thickbox

[jQuery] Autoreload in thickbox


I have the page which is displayed in thickbox js, Once the values
are entered it should automatically update in the parent window
without refreshing the page. I tried with this line of code
parent.top.tb_remove()
parent.location.reload(1)
But this is refreshing. I dont the page to get refresh as soon as I
close the thichbox window.
Can any one assist on this