I have a frameset set up. There is a top frame called "menu" across the top and three frames lined up next to each other below that frame. Respectively, their names are "left", "middle" and "right". The user submits a form in the top frame. I want to be able to submit the form so that the variables are passed to frames "left", "middle", and "right". I know this probably involves javascript but I have no idea how to use it. Any help would be appreciated.