Agência OFF, desenvolvimento de soluções web para as Agências Digitais
-
-
<%@ Language="VBScript" %>
-
<% Option Explicit %>
-
<%
-
Dim theComponent(14)
-
Dim theComponentName(14)
-
-
‘ Lista dos Componentes
-
theComponent(0) = "ADODB.Connection"
-
theComponent(1) = "SoftArtisans.FileUp"
-
theComponent(2) = "AspHTTP.Conn"
-
theComponent(3) = "AspImage.Image"
-
theComponent(4) = "LastMod.FileObj"
-
theComponent(5) = "Scripting.FileSystemObject"
-
theComponent(6) = "SMTPsvg.Mailer"
-
theComponent(7) = "CDONTS.NewMail"
-
theComponent(8) = "Jmail.smtpmail"
-
theComponent(9) = "SmtpMail.SmtpMail.1"
-
theComponent(10) = "Persits.Upload.1"
-
theComponent(11) = "UnitedBinary.AutoImageSize"
-
theComponent(12) = "aspSmartUpload.SmartUpload"
-
theComponent(13) = "DAO.DBEngine.35"
-
-
‘ Apelido dos Componentes
-
theComponentName(0) = "ADODB"
-
theComponentName(1) = "SA-FileUp"
-
theComponentName(2) = "AspHTTP"
-
theComponentName(3) = "AspImage"
-
theComponentName(4) = "LastMod"
-
theComponentName(5) = "FileSystemObject"
-
theComponentName(6) = "ASPMail"
-
theComponentName(7) = "CDONTS"
-
theComponentName(8) = "JMail"
-
theComponentName(9) = "SMTP"
-
theComponentName(10) = "Persits Upload"
-
theComponentName(11) = "AutoImageSize"
-
theComponentName(12) = "ASpSmartUpload"
-
theComponentName(13) = "DBEngine"
-
-
Function IsObjInstalled(strClassString)
-
On Error Resume Next
-
IsObjInstalled = False
-
Err = 0
-
-
Dim xTestObj
-
Set xTestObj = Server.CreateObject(strClassString)
-
If 0 = Err Then IsObjInstalled = True
-
Set xTestObj = Nothing
-
Err = 0
-
End Function
-
%>
-
<table border="1" cellpadding="0" cellspacing="0" width="100%"><tbody>
-
<tr>
-
<td align="center"><font color="#000000" face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong>Componentes
-
instalados:</strong></font></td>
-
</tr>
-
<tr>
-
<td>
-
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody>
-
<tr>
-
<td>" & vbCrLf
-
Response.Write "<strong>" & theComponentName(i) & "</strong>" & vbCrLf
-
Response.Write "</td>
-
</tr>
-
</tbody></table>
-
</td>
-
</tr>
-
</tbody></table>
-
Dica: Acesse também http://www.webly.com.br/
Agência OFF, desenvolvimento de soluções web para as Agências Digitais


Obrigado.Muito útil.
Sílvio Lima