Refresh or replace content of another frame
Refresh or replace content of another frame
This way you can use another frame to show messages... show next record...etc. based on JavaScript or agent run, user event in another frame.
How to use:
Replace the Databasename+path by the correct one (make it dynamic)
Replace NAMEOFTHEFRAME with the correct framename
Replace /MYFROM?openform with the actual form,view or page you want to open.
base="/"+DATABASENAME+PATH+"/" parent.NAMEOFTHEFRAME.location=base+"/MYFORM?openform"