How do I redirect the form info so that the new page doesn't load directly in the same frame as the one the first page was?
where to go at form submit is determined by action=newpage.php
<form action="newpage.php" method="post"> input submit button </form>
this form will go to 'newpage.php' when something is submitted
yes, I know that, but how do I make it go into another frame than the one the previous page was loaded into.