Click here to Skip to main content
15,895,283 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, I am trying to close fancybox from asp.net code behind. The solution in the post http://forums.asp.net/post/4253634.aspx worked for me but in my case, I have response.redirect("somepage.aspx") straight after the close fancybox mehod call and it doesn't work (redirects within the fancybox window). If I remove the Response.redirect, all is fine.

Any ideas on how to redirect the parent page to some other page straight after closing the fancybox?
Posted
Updated 30-Oct-12 2:52am
v2
Comments
Kaushikhalvadiya 2-Nov-12 15:19pm    
If possible try to use window.location to page to other location..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900