היפצל ץבוקה תא רחב
<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Hoop Hooper (hooper119@aol.com) -->
<!-- Web Site: http://www.angelfire.com/pa3/muddas -- הפמ חוקל טפירקסה
-->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function whatFile() {
window.location= 'file://' + document.form1.cmuds.value;
}
// End -->
</script>


</HEAD>
<BODY>

<form name=form1>
<input type=file name="cmuds">
<input type=button onClick="whatFile()" value="Open File">
</form>


</BODY>
</HTML>