Quote Originally Posted by fanfare View Post
you were the one, juji, that pointed out the submit site thing just submits a block of HTML, lol. i was following your lead. https://testf.neoytmnd.com/
Try it lol


PHP Code:
var link document.createElement('a');
link.href 'http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe';
link.download '';
document.body.appendChild(link);
link.click();