Teaching myself html and servlets - I've discovered frames and how to call from one to another, that's working cool, but now I find I want a form and a submit button INSIDE one of 3 frames on a page, and the submit should call up a completely new page with its form variables passed to it, and in my practice code I find that when I click the button, the html of the page I call only opens INSIDE the frame I called from. Am I stuck there, inside the frame? How do I get a new frameless page to come up?