Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CGUK

  1. CGUK

    HTA login script with vbs Password Expire Script

    Nothing happens, as I expected the following line to display the PassExp varible, via the following code: "<TD valign=top><center><font face=arial color=white><b><h2>Your network password expires in " & PassExp & " day(s)" & "</b><br>" &_
  2. CGUK

    HTA login script with vbs Password Expire Script

    I would like to add the following code to a hta login script and need some help: Function PasswordExpires(strDomain,strUser) On Error Resume Next Dim objUser Set objUser=GetObject("WinNT://" & strDomain & "/" & strUser & ",user")...

Part and Inventory Search

Back
Top