I need some help with this...basically, I have a site with 3 frames. There is a top "header" frame that has a text box and a button for a search function. What I need to do is pass the text in the textbox to another page to process the search. The text is passed through a querystring. However, the new page needs to open in a different frame. Ive always used Request.Redirect(url) in the VB code behind the onclick events of the button. Can somebody help me with this? Thanks!