I am not really an asp developer but I am technical.
I am making changes to an existing script.
Very simply, I have added an additional link on a webpage. I want this link to easy display the contents of a word document. I am not that particular about details. Simple and easy is best!
Later this week, I will need to do the same thing for a link to a powerpoint document.
The code to be modified looks like this:
response.write(" <p><span class='newsLink'>»</span> <a target='_new' href='" & url & "'>Read More</a></p>")
<email snipped>