I am using Nick Stakenburg’s Lightview and need to close an iframe that is sitting in a lightbox above the page. His command is to use:
window.parent.location.href = 'http://yoururl.com';
How do I do such a thing in CI using the redirect function in a controller?
