This this code will explain:
<object type="application/pdf" height=600 width=900 data= somesite.com/show_pdf.pdf >
</OBJECT>
If the adobe reader is not on client, It comes up with the notfound icon:red X in a white box.
How can I detect that the object was loaded ?
On netscape/firefox I can check if adobe reader is installed on client. But need to run an ActiveX script for IE which is most probably not allowed by client's PC.
<object type="application/pdf" height=600 width=900 data= somesite.com/show_pdf.pdf >
</OBJECT>
If the adobe reader is not on client, It comes up with the notfound icon:red X in a white box.
How can I detect that the object was loaded ?
On netscape/firefox I can check if adobe reader is installed on client. But need to run an ActiveX script for IE which is most probably not allowed by client's PC.