Hello!
I'm integrating Shadowbox.js into the login system of our website. Upon successful login, I would like to close the ShadowBox and redirect the user to a new URL in the parent frame.
Working script that closes the shadowbox.
<script language="javascript">
self.parent.Shadowbox.close();
</script>
I've been looking all over the forum for help before I decided to post this.... any help will be appreciated!
Thanks!
Stephen