CFLocation to an exe on another server

2006-08-28 Thread Ben Doom
Here's the quandary: We're trying to redirect to a downloadable executable on another server. If I type the address directly into the address bar of IE/Win, it works fine. If I CFLocation to the file in Firefox, it works fine. If I CFLocation to the file in IE/Win, it drops the .exe

Re: CFLocation to an exe on another server

2006-08-28 Thread Paul Giesenhagen
- Original Message - From: Ben Doom [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 28, 2006 1:51 PM Subject: CFLocation to an exe on another server Here's the quandary: We're trying to redirect to a downloadable executable on another server. If I type

Re: CFLocation to an exe on another server

2006-08-28 Thread Ben Doom
Here's the quandary: We're trying to redirect to a downloadable executable on another server. If I type the address directly into the address bar of IE/Win, it works fine. If I CFLocation to the file in Firefox, it works fine. If I CFLocation to the file in IE/Win, it drops the .exe

RE: CFLocation to an exe on another server

2006-08-28 Thread loathe
: CFLocation to an exe on another server This may sound like a bad solution .. (but it's all I could come up with quickly). Redirect to server 2 to a file that redirects locally to the exe and see if that works (it most likely won't if it is not working already). Paul Giesenhagen

Re: CFLocation to an exe on another server

2006-08-28 Thread Ben Doom
Redirect to server 2 to a file that redirects locally to the exe and see if that works (it most likely won't if it is not working already). We're redirecting to someone else's server, anyway. Thanks for the idea, though. --Ben

Re: CFLocation to an exe on another server

2006-08-28 Thread Ben Doom
Use javascript? Use the meta tag? Tried both. Both triggered IE to block the download of a potentially harmful file. Use the Java page context thing (I can't remember it off the top of my head should be easy to find if you google it). Hadn't thought of that. Maybe worth a look if this ever