Jun 21, 2004 #1 kscearce IS-IT--Management Joined Jun 24, 2002 Messages 10 Location US Is there a Java Script that will upload and open a PDF file when a user clicks on a link? Currently, I've created a link to the PDF file. It opens in a new window, but the PDF file doesn't load for viewing. Suggestions? Thanks, Kathi
Is there a Java Script that will upload and open a PDF file when a user clicks on a link? Currently, I've created a link to the PDF file. It opens in a new window, but the PDF file doesn't load for viewing. Suggestions? Thanks, Kathi
Jun 21, 2004 #2 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB >> Is there a Java Script that will upload and open a PDF file You cannot upload files using JavaScript. You will have to use some sort of server-side language to be able to upload files. Hope this helps, Dan Upvote 0 Downvote
>> Is there a Java Script that will upload and open a PDF file You cannot upload files using JavaScript. You will have to use some sort of server-side language to be able to upload files. Hope this helps, Dan
Jun 21, 2004 Thread starter #3 kscearce IS-IT--Management Joined Jun 24, 2002 Messages 10 Location US Thanks! Upvote 0 Downvote