I want to make a website containing a frame (div would work as well) with an external page inside of it, once the user downloads a file on the page in the frame, I want to trigger an event. Filedownload is triggered by a form submission. Is this possible? Thanks. EDIT: I can code PHP, ASP, jQuery and a tiny bit of Java, but I'm always willing to learn more.
Could I replace the form's action to a different file which'll redirect the POST data to the original form action page but will also receive the GET data. I'm sorry I'm probably not using the right terms.