BrianAnneot
New Member
Hi, I need to build a web page to manage files. I need a page to let me insert files path into database so that people can open the file by clicking on the file name in the database. Please help.Your requirement is pretty unclear.<BR><BR>Do you want to, for example:<BR><BR>1. Have users access a web page that has a drop down list of<BR> file names?<BR><BR>2. Have users click on a file name to access the selected file?<BR><BR>If that is the case, you should be able to use the drop down list's click event to determine which item was selected and open the correct file from there.<BR><BR>Tom T<BR>