aspnetuser
Technical User
I am using the following code to generate links to files i have.
' output the filename and URL
Response.Write "<li><a href=""" & strDocsPath & "/" & strFile & """>" & strName & "</a><br>"
How can I make this a popup window (new window) when it is clicked?
' output the filename and URL
Response.Write "<li><a href=""" & strDocsPath & "/" & strFile & """>" & strName & "</a><br>"
How can I make this a popup window (new window) when it is clicked?