| Author |
Post |
|
|
#1 Thu Jul 15, 2010 6:51 pm
|
|
Member
Registered: May 2009
Posts: 44
|
Is it possible to open a fb window, within this window there is a link that is targets to the parent. When you click the link the fb closes and the page is rendered..as usual.
Is it possible to click the link (in teh fb) and have the page load/rendered in the parent (target) BUT the fb not close? THANKS
|
|
|
#2 Thu Jul 15, 2010 7:10 pm
|
|
Administrator
Registered: Aug 2008
Posts: 1522
|
To close the current floatbox and refresh the base page, use something like: <a href="#" onclick="fb.end('self'); return false;">close and refresh</a>
You can't reload the the page without the floatbox going away, because the floatbox is part of the page content. You could use AJAX to refresh a portion of the page without reloading it and disturbing the rest of its content.
|
|
|
#3 Thu Jul 15, 2010 7:12 pm
|
|
Member
Registered: May 2009
Posts: 44
|
I thought so - THANKS!!
|