parent.fb.end('self');

Page: 1

Author Post
Member
Registered: May 2009
Posts: 88
I have a page that has this code in it..
<input type="button" onClick="parent.fb.end(&#039;self&#039;); return false;" value="cancel" />


and since the lastest version the self will return it to a page like this...
Quote
http://www.somedomain.com/folder/self


I tried 'back' and that does go back to a page (i.e. works as should)

Any ideas.
THANKS!!
Administrator
Registered: Aug 2008
Posts: 3382
http://floatboxjs.com/forum/topic.php?id=1605

Please note that I fixed the erroneous regular expression in the v5.4.1 distribution zip file on 2012-09-28. You can re-download it if you like, or use the location.href workaround described in the linked thread. You need to replace only modules/core_541.js and core_541.js.gz from the patched build. If replacing, you may need to flush your browser cache to test as the file name has not changed.

Cheers...

Page: 1