中文(繁体)
<!--把以下程式碼加入<body>區域中--> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function whatFile() { window.location= 'file://' + document.form1.cmuds .value; } // End --> </script> <form name=form1> <input type=file name="cmuds"> <input type=button onClick="whatFile()" value="開啟檔案"> </form>