OpenURL in a function not maintaining navigation framing

OpenURL in a function not maintaining navigation framing

We have a record review form opening in a popup for a user to complete a task allocation, which is defined in a custom workflow form. 

 On submit it redirects from the popup to the edit form for the associated record, but in doing so "removes" all of the navigation and tab header controls in the process, presumably due to the "New Window" parameter in the openURL statement in the function, causing just the report URL to load at the top of the Window DOM in edit mode. There is no longer any zoho creator nav (or customer branding) in place.

I have seen in some functions done by others a way to target the javascript "region" (for want of a better word) which corresponds to the default "body" of a normal Zoho page (i.e. the bottom right main content area with the nav on left and the tabs at top).

In short - how do we get the openURL call in the submit action of the function to render the edit mode report as a "normal" page would if clicked from the sidebar nav? i.e in the normal bottom right region with the nav intact around it?

The offending URL of the edit mode report (final destination without nav after clicking submit in the popup) is   https://creator.zoho.com/zoho_infoXXX/<appname>/Task_Allocations1/record-edit/Task_Allocation_Calendar_Report/1981144000007857078

Is there any undocumented variable we can add  to the URL call that drops it into the normal "region" for the page render?

Cheers

.:Steven:.
per Morag Meikle

: edit : that url variable I was referring to is zcLoadin - e.g.  a href="#Form:Contacts?zc_LoadIn=dialog