I seem to get different behaviour when I use method=POST in my forms and then attempt to use RESPONSE.redirect later on in the handling method. It seems as though the method that was used to call the form handler is passed on. Then my index_html hangs waiting for the POST data. Is there a way to change the http request back to GET. -- Robin Becker