Response.Redirect will redirect the page in the frame you are in. If you want to change a page in a different frame, you can use parent.targetframe.location.href = "newpage.asp" where targetframe is the name of the frame you want to redirect. This is client-side scripting, so the frame you are in will not redirect anywhere. You should note, however, that you can not access the frame's contents if it was loaded from a different domain. _________________
Bixarrio
e = m * (c ^ 2)