Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

detect installed programs

Status
Not open for further replies.

conjurer111

Programmer
Aug 11, 2002
76
IN
Hi,

I am using ASP to view crystal reports on the web. However I'm facing a problem. If the latest version of the Java Runtime isn't installed, the reports don't show properly. What I need is to check for this and if the latest version or for that matter, if the Java Runtime environment isn't there, provide the user with a link to install the same. How do I code this ? Thanks.
 
I knw that if you use Object tag as this example:
<object .....>
You cant see the object!
</object

if the object exists on the machine it will be loaded and displayed, if not the &quot;You cant see object!&quot; text should apear.

I think same will work with the <applet ....>You cant see applet!</applet> ________
George, M
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top