Linking to ftp listing in Internet Explorer 7.0
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
When you link to a ftp server with a link like this:
<a href="ftp://a_ftp_server.com/">Link</a>
an user who clicks there in Internet Explorer 7.0 will be sent to a list of text links of the content in that server. In previous versions of IE, a Windows Explorer window is opened showing the server content with icons and allowing the user to add and remove files. What i am looking for is a way to force Internet Explorer 7.0 to show a Windows Explorer window when a FTP hyperlink is clicked. Im running a server so I need some HTTP code: maybe some keyword for 'target' parameter? Thanks in advance ;) !!