well, on the post callback, forward the browser to the page?
window.location="/page.php" Mark Smith wrote:
Hi, I know you can use jquery to post data from a json object ajaxly. However I want to redirect the browser to the new page (like submitting a form) only passing the values explicitly from javascript rather than actually submitting a form. Is this possible using jquery? Thanks