B Boris Jakovljević New member Nov 29, 2009 #1 I need this code as soon as possible. When I click on the link, I want a certain file to be opened. What should I type?
I need this code as soon as possible. When I click on the link, I want a certain file to be opened. What should I type?
L Luke New member Nov 29, 2009 #2 I will use a .pdf file as an example:- <a href="pdfs/filename.pdf">Click here</a> pdfs = the location of the folder the file you want to open is in filename.pdf = the full file name of the file you want to open, including the ext (i.e = .pdf)
I will use a .pdf file as an example:- <a href="pdfs/filename.pdf">Click here</a> pdfs = the location of the folder the file you want to open is in filename.pdf = the full file name of the file you want to open, including the ext (i.e = .pdf)