CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   JavaScript programming (http://www.codingforums.com/forumdisplay.php?f=2)
-   -   JS to open a folder which found on my computer (http://www.codingforums.com/showthread.php?t=276251)

deepsan 10-12-2012 01:05 PM

JS to open a folder which found on my computer
 
Hello All

Can anyone please help me on an onclick function that open a folder which found on my computer (C:\Letter\Folder).Note I am using IE8. Thanks.

WolfShade 10-12-2012 01:39 PM

According to what I've found on Google, HTML5 has a limited local file interaction capability, and older browsers could use the "file:///" protocol, but apparently the newer browsers (from what I've read, so far) block the "file:///" protocol.

Google "HTML5 javascript local file" and see.

Philip M 10-12-2012 01:56 PM

Have a look at
http://4umi.com/web/javascript/fileread.php


All times are GMT +1. The time now is 09:51 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.