Whats the best method to prompt a user to download something? In the past I've used window.open('file.pdf');
but I can see popup blockers having a problem with this. Of course I'll include a manual link aswel.
I basically want something like the Microsoft Download page. So whats the script that prompts this?