<html>
<head>
<script language="vbscript">
Function openLocalApplication(shell)
set obj=createobject("Wscript.Shell")
obj.run(shell)
End Function
</script>
</head>
<body>
<br>
<br>
<a href='vbscript:openLocalApplication("notepad")'>打开本地的记事本应用程序</a>
<br>
<a href='vbscript:openLocalApplication("btdownloadgui.exe")'>打开FlashGet</a>
</body>
</html>