Okay, I have a from that I can select with list of files from html. However, how do I make user click on that selection to run the application or load the file. In other words, if have a list of 5 files on selection, i want to do a submit command on html to have it on that either excel or doc file. Possible? To be more specific.. I want to do the following.. 1. have a list of the files I can choose then pick the one I want and load the file Colin K: Your answer is not for a list, it is only for a hyperlink. That is easy. I want to pick from a list and run. The list part I figured it out (form) but not the load file for specific part.