0

In this problem, I am submitting the form for downloading some documents. after submit i am showing IN-progress popup for loading as server is taking time for download process. Now the issue is after download documents loading popup is not hiding. I need download finished event so i can hide the loading popup.

    <iframe name="myiframe" onload="downloadFinished()" id="myiframe" style="display:none"
                                          src="javascript: <body></body>">

</iframe>

    <form name="myform" method="Post" target="myiframe">

    </form>

I tried so many fixes like onload,load, etc.. function. But i am not able to hide loader after finished downloaded file.

0 Answers0