System Information

Impossible Is Nothing...

导航

web页资源管理器视图

<html>
<head>
<title>资源管理器视图</title>
<style>.ms-httpFolder { 
       BEHAVIOR: url("#default#httpFolder")
}
</style>
<meta name="Microsoft Border" content="none">
</head>
<body marginheight="0" marginwidth="0">
<div class="ms-httpFolder" id="expDiv">
</div>
<script> 
            var sListUrl = "http://192.168.0.1";

                var sUncPath = "\\\\" + sListUrl.substring(7).replace(/\//g, "\\");

                document.writeln('<iframe id=expFrame width=100% height=500px name=expFrame src="' + sUncPath + '"></iframe>');

                expDiv.navigateFrame(sListUrl,"expFrame");

</script>
</body>
</html>

资源管理器插件

<OBJECT id=idUploadCtl name=idUploadCtl CLASSID=CLSID:07B06095-5687-4d13-9E32-12B4259C9813 WIDTH='100%' HEIGHT='350px'></OBJECT>

posted on 2005-06-12 20:04  SysInfo  阅读(1696)  评论(2编辑  收藏  举报