Hey, I used javascript to post the form. You can see my code on the following page: http://www.getprofitable.com/blog However, one thing that I had to use was the forms[0] format for the document.forms[0].submit(); instead of the document.myform.submit();
Good luck.
I used javascript to post the form. It worked like a charm. However, I did have to use the format forms[0] instead of the form name.