[jQuery] Thickbox FF problem
Hi!
I'm using the iframe modal option with thickbox but i'm experiencing a
problem with Firefox.
The page that loads the thickbox is where i login in first place and
if i leave FF with the remember password bar on top when i submit the
form in the thickbox (modal) the page reloads and the thickbox
closes.
But if i close the firefox remeber password bar when i login, i can
submit the form in the thickbox modal iframe window and it will only
close when i call 'tb_remove()' function.
My Code to call thickbox:
The link: <a href='./get_date.cgi?
KeepThis=true&TB_iframe=true&height=250&width=500&modal=true&contact_id=1&campaign_id=1'
class='thickbox' id='link_thickbox'></a>
Call: <script type='text/javascript'>$(document).ready(function() { $
('#link_thickbox').click(); });</script>
Any help to solve this issue with Firefox?
Cya,
AV