class="floatbox" data-fb-options="afterBoxEnd:`fb.$( 'theframe' ).contentWindow.location.reload()` showOuterClose: true overlayFadeTime:0 overlayOpacity:0"
The link goes to a page that does a quick update for that record and then redirects to a close_sql.php page that has this:
echo "<script language = 'javascript'>parent.fb.end();</script>";
Now this works EVERYWHERE else in the site... except this page.
The floatbox stays open and wont close until you click the close icon.
The difference on this page is that usually the links go to a record form of some sort, and then redirects to the close page.
But in this instance I want it to just do the update and auto close.. no intermediary page and that seems to be messing something up in terms of the floatbox closing.
Any pointers?
Basically I dont want a floatbox to appear .. I just want to use its "maintain scroll position and refresh the frame" abilities.
