Размер шрифта
-
+
Защити свой компьютер на 100% от вирусов и хакеров - стр. 24
line 33: Response.Write("
")
line 34:
line 35: Response.Write("User information for: " + ldapObj.AttrValue(0) + "
")
line 36: For i = 0 To ldapObj.AttrCount-1
line 37: Response.Write("" + ldapObj.AttrType(i) +": " + ldapObj.AttrValue(i) + "
" )
line 38: Next
line 39: Response.Write("
")line 40: Wend
line 41: %>
line 42: