Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

** Open up a PDF file using VBScript **

Status
Not open for further replies.

Andrewthebeginner

Programmer
Jul 10, 2002
5
CA
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top