I am posting a form using GET on one form. Then at the next form I want to use a POST. But when I click POST the variables in the url placed by the previous GET form remain! This makes me remain at the GET page. How do I solve this?
Hi,
please post the code (that contains the form with a method of post). What's the reason for mixing GET and POST ?
Thomas