I need to make a form send both POST and GET requests (due to some bugs in IE and iframes), how can you do so?
The data being sent is nothing mega secure so it doesn't matter if it can be set via GET, just need to make sure it is set both ways.
Thanks for the help!