you can use javascript in your page:
<script language="javascript">
parent.frames.location = url;
/ where 'i' is the order of the frame in your parent frameset page and 'url' the destination of your frame. You can also use 'top' instead of 'parent' to a higher level of frameset/
</script>
Try it in in the place of your page when you want to redirect the frame.