If you have an I-frame with the src set to a folder on the users computer, is there a way to find out which file they have selected, and put the value in a text box or JavaScript varible?
eg.
<iframe id="nav" width=185 height=100 src=http://www.webdeveloper.com/forum/archive/index.php/"file://C:\Some folder"></iframe>
and get the file the user has selected in "Some folder"
Thanks,
BestZest
eg.
<iframe id="nav" width=185 height=100 src=http://www.webdeveloper.com/forum/archive/index.php/"file://C:\Some folder"></iframe>
and get the file the user has selected in "Some folder"
Thanks,
BestZest