I have a textbox wherein whenever the user goes to my website, the textbox will be populated by the txt file that I would put in a specific drive in the user's computer. For example let's say that this is the address "F:\sample.txt". How do I do this? And by the way, I want to use javascript on this one since I want this to be on the client side.