I have a link to open an Excel file in a new window, which works fine unless the user does not have Excel installed.
If they don’t, the window doesn’t open, and they are given the option to choose a program to open it with, or to save (download) the file.
As it is a sensitive “members only” type of file, I do not want any user to be able to download it
Is there a way to test the window.open() function so that if the window doesn’t open, I can display a message and exit the script before the “Download” box is displayed.
Thanks in advance,
postyr
If they don’t, the window doesn’t open, and they are given the option to choose a program to open it with, or to save (download) the file.
As it is a sensitive “members only” type of file, I do not want any user to be able to download it
Is there a way to test the window.open() function so that if the window doesn’t open, I can display a message and exit the script before the “Download” box is displayed.
Thanks in advance,
postyr