Hello, I am trying to open a popup window when someone clicks one of my download links. The file is downloaded directly off of someone elses site, yet hosted on my server/website. So I was wondering, when someone clicks that download link, is it possible to open up a popup window/new browser? Or just perform any actions I specify? Thanks! Sorry if this isn't php One more thing, is there a script that will allow me to insert a simple .txt file to the . rar/zip files that are uploaded to a certain directory specified?
about first question, YES it's possible with onclick="open_new_window();location.href='new_url'" about second question: The upload is made via php script?
Well, here's what I meant: (I posted this late last night so I wanted to hurry up and get to sleep :x) www.lalabinks.com => Index.php => <link="http://mysite.com/file.zip">Click here to download!</link> So when people click that downloading link, to download off of my mirror, I want a popup window to open. Or just a normal window, or w/e. Also, as I stated in the first post, possibly be able to do some of my own php actions when this happens. Thanks!