Ok.. have an html page with a search txtbox.. on submit I want to go to a page that has a frameset in it.. I need 1 banner frame on top and the bottom half of the screen should be split 10%-90% vertically (TOC on left, search results on the right)... How do i get from that search submit into a frameset and then display my search results (gernerated from serverside logic based on the search criteria)?

I have worked around this already by just always using the frameset and having the search form be in the window that I want the results to end up.. but is there a way to target your response.writes to a particular frame?

-mcd