Really, the form submission you tried does not do anything useful. It wasn't designed to.
To make it work, you would need some server-side mechanism, such as a server-side script, which maps a string containing the name=value pairs (the submitted form data) and maps it e.g. to a filename and retrieves and sends (to the browser) the content of the file, or simply redirects the browser to the real URL.