久久首页
免费软件
网络时尚
网络学堂
专题讨论
网络资源
网络游戏
网络文档
网络产品
网站导航: 首页 > 网页开发 > HTML/XML 学堂讨论 | 推荐文章

在ie客户端调用windows系统资源


2003-04-10  
 
<HTML>
<HEAD>
<TITLE>Start Page</TITLE>

<OBJECT ID=""oShell""
    CLASSID=""clsid:13709620-C279-11CE-A49E-444553540000"">
</OBJECT>

<STYLE>
    INPUT {width: 200}
</STYLE>  

<SCRIPT LANGUAGE=""VBScript"">
<!--
  function fnStart(sMethod)
    select case sMethod
      case 0    
          'Minimizes all windows on the desktop
        oShell.MinimizeAll
      case 1  
          'Displays the Run dialog box
        oShell.FileRun
      case 2  
          'Displays the Shut Down Windows dialog box
        oShell.ShutdownWindows
      case 3  
          'Displays the Find dialog box
        oShell.FindFiles
      case 4  
          'Displays the Date/Time dialog box
        oShell.SetTime
      case 5  
          'Displays the Internet Properties dialog box
        oShell.ControlPanelItem ""INETCPL.cpl""
      case 6  
          'Explores the My Documents folder
        oShell.Explore ""C:\My Documents""
      case 7  
          'Enables user to select folder from Program Files
        oShell.BrowseForFolder 0, ""My Programs"", 0, ""C:\Program Files""
      case 8  
          'Opens the Favorites folder
        oShell.Open ""C:\WINDOWS\Favorites""
      case 9  
          'Displays the Taskbar Properties dialog box
        oShell.TrayProperties
    end select  
  end function      
-->
</SCRIPT>

</HEAD>

<BODY>

<H1>Start...</H1>
<INPUT type=""button"" value=""Edit Taskbar Properties"" onclick=""fnStart(9)""><br>
<INPUT type=""button"" value=""Open Favorites Folder"" onclick=""fnStart(8)""><br>
<INPUT type=""button"" value=""Browse Program Files"" onclick=""fnStart(7)""><br>
<INPUT type=""button"" value=""Explore My Documents"" onclick=""fnStart(6)""><br>
<INPUT type=""button"" value=""Modify Internet Properties"" onclick=""fnStart(5)""><br>
<INPUT type=""button"" value=""Set System Time"" onclick=""fnStart(4)""><br>
<INPUT type=""button"" value=""Find a File or Folder"" onclick=""fnStart(3)""><br>
<INPUT type=""button"" value=""Shut Down Windows"" onclick=""fnStart(2)""><br>
<INPUT type=""button"" value=""Run"" onclick=""fnStart(1)""><br>    
<INPUT type=""button"" value=""Minimize All Windows"" onclick=""fnStart(0)"">    
</BODY>
</HTML>
 
发表评论 推荐文章 关闭窗口
 相关内容
- 用纯CSS作按钮 2003-04-10
- 网页设计配色精彩十例(3) 2004-05-25
- 网页设计配色精彩十例(2) 2004-05-25
- 网页设计配色精彩十例(1) 2004-05-24
- 网页制作小技巧三则 2004-05-24
- 在FrontPage 2000中插入Flash动 2004-05-24
- 教你做无缝连接的网页背景图案 2004-05-25
- 如何利用表格组织页面 2004-05-25
- 外接样式表的方法 2004-05-25
- 网页的设计制作的方法 2004-05-24
 
 学堂分类
网络知识操作系统
网络应用网络服务
网页开发网络编程
数据存储网络设备
 文章搜索
 
网站简介 | 广告服务 | 编程支持 | 设计服务 | 诚邀合作 | 访客留言
Copyright © 1999-2004 99NET. All Rights Reserved
版权所有 久久网络工作室
Email:webmaster@99net.net