Sub changecolor
Dim objshell
set objshell = CreateObject("Wscript.Shell"
Document.Write "Temp Variable for user : " & objshell.ExpandEnvironmentStrings(objshell.Environment("User"("Temp")
Document.Write "<BR><BR>"
Document.Write "Temp Variable for system : " & objshell.ExpandEnvironmentStrings(objshell.Environment("System"("Temp")
end sub
</Script>
</head>
<body>
<body topmargin="0" leftmargin="0" bgcolor="white" OnLoad="changecolor">
"This is a test message"
</Body>
</head>
</HTML> Regards
Steve Friday
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.