How can I automatically submit a form without using javascript?
meatwadOct 22 2010 — edited Nov 4 2010I have a very simple servlet that takes parameters from a GET request, places them in a POST request to another URL, and finally (this is the part I haven't figured out yet) submits that URL so that all of this is transparent to the user.
Is there a way to do this without using javascript?