Saturday, August 25, 2012

jquery – javascript download a file and perform submit action

Onclick javascript function need to perform two actions.



  1. download a file with window.location.href = url

  2. document.getElementById(\'test\').submit();


I am not able to implement both. If the submit function is added, download is not working. Any thoughts on how to achieve both. Thanks.






Rating: 3 out of 5 based on 3 ratings



The post jquery – javascript download a file and perform submit action appeared first on Javascript ASK.






via Javascript ASK http://javascriptask.phpfogapp.com/jquery-javascript-download-a-file-and-perform-submit-action.html

No comments:

Post a Comment