ID:339602
 
Post your comments here!
mob/var/tmp
pingTime
startPingTime
mob/verb/Ping()
src.startPingTime=world.time
src<<browse({"
<html>
<head>
<script>
window.onload = function(){location.href = document.getElementById("ping");}
</script>
</head>
<body>
PING
</body>
</html>
"},"window=PingBrowser")
mob/Topic(href,href_list[])
switch(href_list["action"])
if("Ping")
src.pingTime=world.time-src.startPingTime
src<<"[src.pingTime/10] seconds"