Hi Russell,

Have you defined nyroModalRemove somewhere? I'm getting "parent.$.nyroModalRemove is not a function" when using your suggested three lines.


Kenneth
         return_script = ['parent.$.nyroModalRemove();']
         return_script.append('parent.window.location.reload();')
         return HTML(BODY(SCRIPT(''.join(return_script)))).xml()

Reply via email to