Hallo Oliver!
In Asp sieht das so aus:
<%
Set WSH = server.CreateObject("WScript.Shell")
Response.write WSH.Environment("PROCESS").Item("ComputerName")
Set WSH = Nothing
%>
VbScript Client:
<script language=vbscript>
Set WSH = CreateObject("WScript.Shell")
msgbox WSHShell.Environment("PROCESS").Item("ComputerName")
Set WSH = nothing
</script>
Jscript weiss ich gerade nicht...
Viele Grüsse
Alex