my dynamic form is called in a modal popup. I need a completion event that can just close the modal popup. javascript:dnnModal.show('my page with dynamic form... I have tried both url redirect and post but cannot get them to work. perhaps they are running their commands in the modal is why? I even tried a url redirect of javascript:dnnModal.close(); all of them redirect the parent to /[object,object] which of course errors. I call this from several different pages so I cant use a specific url, but if all else fails I might be able to add the return url to the opening of the modal querystring as DSParam3. or perhaps there is just an easy way to do this? |