At 01:51 AM 10/24/2001, you wrote: >Hi, > >I've posted this before but I'm at a dead end. I have no idea how to go >about this. > >I'm listing files in a directory on my server. All files are wrapped with ><a href>...</a>. What I want to happen is when a user clicks on a file I >want that file opened in an editor on the client PC (not the server). In my >case, UltraEdit.
What a file is "opened" with is a matter of configuration for the browser, not something that the server can dictate to the browser. All you can do is supply the file using CFCONTENT with an appropriate mime-type for the file. If the user has got their default editor for that type set the way you want it then you are sweet. ---------- James Sleeman Innovative Media Ltd Phone: (03) 377 6262 http://www.websolutions.co.nz/ CAUTION: The information contained in this email message is confidential and may be legally privileged. If the reader of this message is not the intended recipient you are notified that any use, dissemination, distribution or reproduction of this message is prohibited. If you have received this message in error please notify the sender immediately and destroy the original message and any attachments. Views expressed in this communication may not be those of Innovative Media Ltd. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

