|
Here's the deal... I need to link to some files, but the "link" must be a button, and I need to have the referer included in the request because of htaccess. I could use <input type="button" value="Download" onClick="javascript:location.href='http://.........., but that will make IE loose the referer value.
The simplest solution I can think of is creating a form with action=http://..../file.zip, and make the button submit the form.
Do anyone have experiences with this? Will it work for all users? Are there anything I should be aware of?
Thanks.
__________________
Please login or register to view this content. Registration is FREE- upload and share 500 MB files. No registration.
|