1
vote
Is the only way of passing POST parameters in HTML through a form?
As you've already discovered, there are exactly two ways to transmit data over the http protocol: GET or POST. There is also a third type of HTTP message called HEA …
