As a part of a tech manual a js funtion calls a tiff file and attempts to open it inside Internet Explorer. If the users could install the AlternaTiff plugin for IE this wouldn't be a problem but security limitations prevent it. As a solution I would like to pass the file to Microsoft Office Document Imaging and have it opened there. This is the default program to open tiffs on our computers so...
Is there a command in javascripting that would simply open this tiff file without much of a fuss?
Something like:
open("filename")
Thank you for your time,
Jimmy
Is there a command in javascripting that would simply open this tiff file without much of a fuss?
Something like:
open("filename")
Thank you for your time,
Jimmy