Andrewthebeginner
Programmer
Does anyone know how to open up a PDF file using vbscript?
I have FSO (File System Object) looking for a file to see if it is there or not. If it finds it then it needs to open it. Since this is all Server-side scripting, I can't use a Javascript function... (or can I?). Here is what it looks like:
IF...Then
*OPEN PDF FILE*
End If
Thanx alot in Advance
I have FSO (File System Object) looking for a file to see if it is there or not. If it finds it then it needs to open it. Since this is all Server-side scripting, I can't use a Javascript function... (or can I?). Here is what it looks like:
IF...Then
*OPEN PDF FILE*
End If
Thanx alot in Advance