I'm faced with a challenge of having to download a file automatically when a user clicks the "ok" button on a website. Unfortunately, I only have access to view the site and do not have access to the database or source code. I'm unsure of how and where to begin in creating this functionality. I have attempted to do it using a Windows form, but I'm not certain if it's feasible since the application is web-based.
How can I initiate this automatic download without access to the application's code?