[jQuery] referencing parent window forms from thickbox window

[jQuery] referencing parent window forms from thickbox window


on my main page. i have a form which users need to fill out data.
i have a link on the form which opens up an iframed thickbox window.
this iframed window has a form which lets users select diff data. once
they select their data, i want the thickbox window to close and pass
some data to the form on the main page.
i used to use popup windows for this and was able to reference and
update the mainpage form by using window.opener.document.formname.
but with thickbox i cant seem to use window.opener
any ideas on how i can get my thickbox form to reference/update the
mainpage form?
id appreciate any guidance you can give me about this issue.