http://qs321.pair.com?node_id=93911


in reply to How to escape frames on form submission

All you have to do is add the target="_top" attribute to the <form> tag:

<form target="_top" method="get" action="url"> blah </form>