Is there a way to specify a form either through type or action url to not open the response? In other words I would like to send the info to the server, but not do anything
With ASP.NET you could have a page that processes the form post and simply end the response right away, this will leave the user at the same page.
However, no response to the user at all is not the best user experience.....