What is the syntax necessary to pick up a file on the local drive? For example:
<select name="choice" SIZE="1" onChange="selection()">
<option value="http://www.programmersheaven.com">Heaven</option>
</select>
What code is required in place of the URL to select a local file, C:\project\data.htm?