WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Programmierung (http://www.wcm.at/forum/forumdisplay.php?f=17)
-   -   aspping (http://www.wcm.at/forum/showthread.php?t=125097)

Nightman 12.02.2004 00:21

aspping
 
hi an alle

kennt wer aspping?

erfahrungen? tips?

hab es auf mmeinem server installiert funzt aber nicht wirklich

link

--------------------------
<html>
<head></head>
<body>
<h2 align=center>Ping Test</h2>

<%
rem ************************************************** *********
rem * Create the object
rem ************************************************** *********
Set Pinger = Server.CreateObject("AspPing.Conn")

rem ************************************************** *********
rem * Set the host we'll be pinging
rem ************************************************** *********
Pinger.RemoteHost = "www.microsoft.com"

rem ************************************************** *********
rem * Optional count for number of times to ping remotehost
rem * defaults to 1
rem ************************************************** *********
Pinger.PingCount = 2


rem ************************************************** *********
rem * Ping and then dump the results
rem ************************************************** *********
Response.Write "<pre>" & Pinger.Ping & "</pre>"

rem ************************************************** *********
rem * Release the object
rem ************************************************** *********
Set Pinger = nothing

%>

</body>
</html>
------------------------------------------------

was könnte das sein?


Alle Zeitangaben in WEZ +2. Es ist jetzt 23:45 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag