Jump to content


Arak

Member Since 01/07/2005
Offline Last Active 27/06/2008, 09:34
-----

Posts I've Made

In Topic: Java Vm Instalado!

26/06/2008, 16:59

Klaus,

O diz deste simples fácil e nada complicado script:

<script LANGUAGE="VBScript"> 
	  on error resume next 
	   MsgBox "Hello there"
	   
	  If Not(IsObject(CreateObject("JavaWebStart.IsInstalled"))) Then 
		 MsgBox "0" 
	  Else 
		 MsgBox "1" 
	  End If 
</SCRIPT>

Cordialmente.

IPB Skin By Virteq