Here is the code I need to replace but using Response.Write commands. It works fine as an external file but when entered into the ASP then it gives me errors. What do I need to do? Thanks.
Sub openDocument(file)
Set oShell = CreateObject("Wscript.Shell")
oShell.Run chr(34) & file & chr(34)
End Sub
Sub openDocument(file)
Set oShell = CreateObject("Wscript.Shell")
oShell.Run chr(34) & file & chr(34)
End Sub