Is there a way to put Dustin is online at xxxxxx, on a webpage that has html?
Thanks in advance,
-Dustin
Thanks in advance,
-Dustin
<script src="http://example.com/host.php?MyServername"></script>
<script src="http://example.com/online.php?users=username,username,username&template=vertical2"></script>
document.write('MyServername, Aston North (12/23)');
document.write('username is offline');
<script type="text/javascript" src="http://example.com/hosts.php"></script>
<script type="text/javascript">
<![CDATA[
var objHosts = strHostsList.parseJSON();
document.write(objHosts[0]['hostname'] + "<br />");
]]>
</script>