日本語
<!-- 次のコードを <body> 領域に追加します --> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function whatFile() { window.location= 'file://' + document.form1. cmuds .value; } // 終了 --> </script> <form name=form1> <input type=file name="cmuds"> <input type=button onClick="whatFile()" value="ファイルを開く" > </form>