lightbox destiny parent

Page: 1

Author Post
Member
Registered: Jan 2013
Posts: 1
Hi,
i have a little problem, i dont know is properly a Floatbox issue, but, here i go. i have a lightbox in my page, is a external HTML, this lightbox have two buttons (just images, not inputs), well, the first one, close the lightbox and back to the orignal page, the second, close the lightbox and load another page different from the original. All is going Ok, until Chrome, surprise me because i will expect that from IE, whatever, the two buttons, each one have a "onclick" propriety, first one have a fb.end() and the second have fb.Loadpageonclose, they are contents in a <span> tag. Any suggestion are welcome.

sorry for the english, try my best :P

greetings
Administrator
Registered: Aug 2008
Posts: 3382
Hi,

I would need to see a page online somewhere with the problematic behaviour to determine what the problem might be.

The best way to close a floatbox and navigate the base page to a new page is to pass the new page's URL as a parameter to fb.end(). Something like:
fb.end('myNewPage.html')

Page: 1