Hi,
I have a web page which allows users to view corporate documents, eg MS Word, PowerPoint, Adobe Acrobat files etc. I use window.navigate(url) to open the file, which works fine if the user's PC has the required application installed, but if not I get a 'Page cannot be displayed' error message. Is there any way I can either test if the required application is installed, or be informed of the error so I can handle it better?
Thanks in advance for any help,
Eilidh
I have a web page which allows users to view corporate documents, eg MS Word, PowerPoint, Adobe Acrobat files etc. I use window.navigate(url) to open the file, which works fine if the user's PC has the required application installed, but if not I get a 'Page cannot be displayed' error message. Is there any way I can either test if the required application is installed, or be informed of the error so I can handle it better?
Thanks in advance for any help,
Eilidh