peron Postado Junho 22, 2004 Denunciar Share Postado Junho 22, 2004 Pessoal, encontrei um código ASP pra dar ping em um endereço na net mas não esta funcionando. Aki vai ele se alguém puder me ajudar...<html><head></head><body><h2 align=center>Ping Test</h2><% rem *********************************************************** rem * Create the object rem *********************************************************** Set Pinger = Server.CreateObject("AspPing.dll") 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>att,Peron Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 bareta Postado Junho 22, 2004 Denunciar Share Postado Junho 22, 2004 se estou certo você tem que ter o aspping instalado............ Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 dark0 Postado Junho 22, 2004 Denunciar Share Postado Junho 22, 2004 ele não esta funcionando.. okmas ele dá erro?se dá erro.. mostra aí que erro dá.. Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
peron
Pessoal, encontrei um código ASP pra dar ping em um endereço na net mas não esta funcionando. Aki vai ele se alguém puder me ajudar...
<html>
<head></head>
<body>
<h2 align=center>Ping Test</h2>
<%
rem ***********************************************************
rem * Create the object
rem ***********************************************************
Set Pinger = Server.CreateObject("AspPing.dll")
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>
att,
Peron
Link para o comentário
Compartilhar em outros sites
2 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.