How to get application to start in place of parent application?

Hi. I want to have a container application, where one of the blocks displays a grid with a link on each record to load a detailed page on each record. The problem for me conceptually is that I need the new detailed page (a form) to completely replace the container application (it would be like a grand parent or something?).

Is there a way to do this in SC?
Thanks,
Jamie

Re: How to get application to start in place of parent application?

Have a look at:
http://www.scriptcase.net/forum_en_us/index.php?topic=1615.0

also:

echo "<script>parent.location= '../app/app.php'</script>" will become the new parent

Regards,
Scott.

Re: How to get application to start in place of parent application?

Thanks Scott, I will try that this afternoon.
Peace, Jamie