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.



Postagens
Não informado
