Return a Response that does nothing.
I am trying to develop a servlet that can be called by two different processes to submit a form for processing. One process uses a browser plugin to view and submit a form to the servlet. When the request is completed the browse should return to the form selection menu. This process works as expected. The other process uses a windows application client and ole to open the form viewer and submit the form to the servlet, however when processing is finished a browser window open showing a blank page. I don't want the browser to open at all. What do I need to set to keep a bsower from opening to displpay the response?

