Domos
10-01-2004, 05:32 AM
I have a (dynamically generated) list of files on my web page
these files can have any extension
Now what i need is simular to how acrobat reader works.
When a file is of a certain extension (being dwf) the browser should check if the active X component to read this file is installed, if not it should revert to the place to download this file.
i know it should be something like this:
<object classid="clsid: A662DA7E-CCB7-4743-B71A-D817F6D575DF" codebase="soft/DwfViewerSetup.cab">
Do i have to attach this line to every link which is a dwf file? (since the links are dynamically generated, i'll have to test this first)
Or is their a way to do for the whole page?
Thx in advance
Domos
these files can have any extension
Now what i need is simular to how acrobat reader works.
When a file is of a certain extension (being dwf) the browser should check if the active X component to read this file is installed, if not it should revert to the place to download this file.
i know it should be something like this:
<object classid="clsid: A662DA7E-CCB7-4743-B71A-D817F6D575DF" codebase="soft/DwfViewerSetup.cab">
Do i have to attach this line to every link which is a dwf file? (since the links are dynamically generated, i'll have to test this first)
Or is their a way to do for the whole page?
Thx in advance
Domos