Hi Jeff.
You can try it few ways.
The most easiest is redirect from the NetWebForm to another NetWebForm using the "URL on Save" option.
or try one of the following line:
a) p_web.Script(p_web.WindowOpen('IndexPage','_self'))
b) p_web.redirect('somewhere.htm')
c) p_web.Sendfile('MyOtherWebProcedure')
d) loc:formaction = 'indexpage'
loc:formactiontarget = '_top'
regards
Jason