Name: Vbscript output 2013-09-07 16:00
how do you print the info to the web page...
html>
<head>
<meta http-equiv="Content-Type" content="text/html; char-set=Unicode" />
<script language="VBScript">
<!--
Set pShell=CreateObject("WScript.Shell")
Set pExec= pShell.Exec("ping 192.168.1.1")
document.write(pShell.Exec)
-->
</script>
</head>
<body style="width:100px;height:100px">
<div id="gadgetContent"
</div>
</body>
</html>
html>
<head>
<meta http-equiv="Content-Type" content="text/html; char-set=Unicode" />
<script language="VBScript">
<!--
Set pShell=CreateObject("WScript.Shell")
Set pExec= pShell.Exec("ping 192.168.1.1")
document.write(pShell.Exec)
-->
</script>
</head>
<body style="width:100px;height:100px">
<div id="gadgetContent"
</div>
</body>
</html>