Currently i have a frameset consisting of 2 frames. One frame contains a form. When the form is submitted I want a new frameset loaded into the window and the form string posted to one of the frames on this. This frame contains the html output of the cgi script which processed the form data. How do I do this?. I can use javasripts onClick to load up the new frameset when the submit button is clicked. But how do I set the target feild of the form....im lost. Thanx for listening