javascript - Prompting for download -
whats best method prompt user download something? in past i've used window.open('file.pdf');
can see popup blockers having problem this. of course i'll include manual link aswel.
i want microsoft download page. whats script prompts this?
redirect using javascript.
function redirect() { window.location = 'http://www.url.to/your.file'; }
Comments
Post a Comment