whitejm12
12-01-2006, 07:08 PM
Folks:
I'm running a script with a single tick-box form and a "Download" button on it. The user must tick the box, then click the Download button, after which
<form action="tools.exe" method="GET" onsubmit="return checkCheckBox(this)">
opens the Windows File Download dialog opens so that the user can save the file tools.exe to disk.
The problem is that, under Internet Explorer, tools.exe comes down without the .exe extension, which means that the user must rename the file on disk to get it to run properly. (Note that this does NOT happen under Firefox, but I need to make it work for IE as well.)
I've tried qualifying the name of the file (e.g., <form action="http://www.zuzz.com/tools.exe"...) to no avail.
Any ideas?
Thanks,
John
I'm running a script with a single tick-box form and a "Download" button on it. The user must tick the box, then click the Download button, after which
<form action="tools.exe" method="GET" onsubmit="return checkCheckBox(this)">
opens the Windows File Download dialog opens so that the user can save the file tools.exe to disk.
The problem is that, under Internet Explorer, tools.exe comes down without the .exe extension, which means that the user must rename the file on disk to get it to run properly. (Note that this does NOT happen under Firefox, but I need to make it work for IE as well.)
I've tried qualifying the name of the file (e.g., <form action="http://www.zuzz.com/tools.exe"...) to no avail.
Any ideas?
Thanks,
John