I have content in a modalized window, and when a user clicks a link, I'd like to have the entire browser redirect, not just the modal window. This doesn't work, unfortunately.
Code I currently have:
<a onclick="window.location.href = 'http://insert/url/here'">morestuff!</a>
This only loads the url in the modal window. What can I do to get the whole window to load said url?