These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Double click file to open in browser NOT DOWNLOAD?

Is it possible to edit some code somewhere to make a double click on a file OPEN IN WEB BROWSER rather than downloading the file?

I need a YES or NO asap.

Thanks
Dan 7/20/2009 1:09 AM
Yes, it's possible. Open FileVista\FileVistaControl\FileVista.js and find this line:

executeCommand("Download", row);

change it to

executeCommand("OpenWithWebBrowser", row);
Cem Alacayir 7/21/2009 6:18 AM
Brilliant. this suites my needs alot better.

Thankyou.
Dan 7/21/2009 6:32 AM