form doesnt exist in a DOM, its created on the fly and then submitted
$('<form action="http://www.google.com/" method=POST></form>').submit();
this simple line causes both browsers to hang (Mozilla even gives a window to terminate script, with error 'too much recursion'), jQuery 1.4.2, havent tried in IE
any ideas?
the original idea was to write a simple jQuery plugin that accepts url and bunch of params in a map, creates a form and submits it as POST..in a non ajaxy way (important) and navigates away from that page