OpenEditPage (client-side)
Use this routine to display a nested edit page in a new frame, hiding the frame of the calling edit page. This routine also records the callback routine to be invoked when the nested edit page is closed.
Definition
OpenEditPage(sPage,
fnCallback)
Parameters
sPage
The URL of the nested edit page, including any appended arguments. The URL can be relative or absolute.
fnCallback
The name of a callback routine to be invoked when the nested edit page is closed.
Return Value
None.
Remarks
Since this routine does not support posting to a form, any arguments needed by the nested edit page must be appended to its URL.
This routine is only available after the taskbar has been inserted by calling either InsertTaskBar or InsertEditTaskBar.
This routine is available in the include file ActionPageUtil.asp.