English
<!--Add the following code to the <body> area--> <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="Open file"> </form>