Non ajax post

Non ajax post

Sorry, but I've been struggling to find out if I can do this with jQuery or not. Basically I want to do a:
  1. $.post("test.php", { name: "John", time: "2pm" } );
But actually reload the page, as if the user clicked submit on a form with the fields name and time. That is I want to do a regular post, not a ajax one.

Thanks
David