I have noticed that when developing DSP based applications/portals , its better not to invoke flow service directly from the HTML form (action=‘flowservice’)
Instead use the MVC architecture , in the HTML form’s action tab use the target.dsp
target.dsp page instead will use the <% invoke %> in its code
This resolves most complications with javascript, image locations, and the time when browser prompts , if you want to save the file
HTH
Austin.
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods