tags:

views:

220

answers:

1

The code:

Html:

<p>View full-size photo <a href="iframeModal.html?placeValuesBeforeTB_=savedValues&TB_iframe=true&height=500&width=800&modal=true" title="The descripttion goes here." class="thickbox">here</a>.</p>

Iframe:

  <input id="Login" value="&nbsp;&nbsp;Ok&nbsp;&nbsp;" onclick="self.parent.tb_remove();" type="submit">

Am I missing something?

Thanks in advance!

A: 

I'd try window.parent.tb_remove(); I don't know what "self" is and I don't know what "tb_remove" is and, overall, I don't really understand the situation, however.

Pointy
Thanks for your time. tb = Thickbox http://jquery.com/demo/thickbox/
janoChen