I\'m using jQuery ColorBox to display a shopping cart item. When a user enters the quantity in the iFrame (opened with colorbox) and clicks on the submit button, I want the
After the form is submitted in Frame 1, you can use the following JavaScript to reload the parent frame:
window.parent.location.reload(true);