Is there a way to be able to click on a hyperlink to open a file in an iframe? I have:

Code:
<a href="??????">Open File</a>

<iframe name="MyFrame1" src="C:\My File\" ></iframe>

</body>
So the frame shows the file in C:\My File\. I want to be able to click on the hyperlink and make it open that file. (Please bear in mind that I have no idea what I'm doing with HTML.) Thanks for any help.