![]() |
Sergey Kornilov admin 6/28/2006 |
Something like this will work: strDirectoryPath="c:\inetpub\scripts\" |
J
|
jawendell author 6/28/2006 |
Thanks for your quick reply. Would I just place this code on a basic page? I realize I would need to substitute my directory into your example. |
J
|
jawendell author 6/29/2006 |
Something like this will work: strDirectoryPath="c:\inetpub\scripts\"
|
J
|
Jane 6/30/2006 |
Jerome, Response.Write "<A HREF=""" & strUrlPath & filename & """ target=_blank>" & filename & "</A><BR>" |
J
|
jawendell author 6/30/2006 |
Jerome, use following code: Response.Write "<A HREF=""" & strUrlPath & filename & """ target=_blank>" & filename & "</A><BR>"
|