Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

modalwithadownladlinkasabutton

I created a modal with two buttons. One is the cancel and the other is a download link. Whenever I click the download button the page gets hold up and the download will not download.

Any suggestion would be very helpful.

 <!--Modal -->
    <div class="modal-footer"><button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button><a class="btn btn-primary" href="http://www.somesite.com/" data-window="external" data-dismiss="modal">Go there</a></div>
 <!--End Modal -->

Comments