I'm using jQuery ColorBox to show a shopping cart item. When a user enters the quantity in the iframe and clicks on the submit button, I want the iframe to close and main window (parent) to be refreshed automatically.
I mean I want two things after submitting data on iframe:
- iframe automatically closes.
- parent window automatically refreshes.
Please help me out.