' Set $User = $Users.$ID ' Set $Group = $Groups.$ID ' If $Group $Office.Name - Group Property ' Elif $User $Office.Name - User Property ' Else $Office.Name - Company Information ' EndIf ' If $Group $Group.Name 's Property

' If $Group.URL = http:// ' Else ' EndIf
Group ID $Group.ID
Group Name $Group.Name
Email $_Group.Mail.MailTo
URL
URL $Group.URL
Contact $Group.Tel
Fax $Group.Fax
User ' For Each $User in $Group.Users $User.Name
' Next

Group ID is automatically assigned to each of the registered groups, and you cannot modify it.

' Elif $User $User.Name 's Property

' If $User.URL = http:// ' Else ' EndIf
End User ID $User.ID
Name $User.Name
Email $_User.Mail.MailTo
URL
URL $User.URL
Contact $User.Tel
Group ' For Each $Group in $User.Groups ' If $Group.ID = $User.Group.ID $Group.Name
' Else $Group.Name
' EndIf ' Next

End User ID is automatically assigned to each of the registered users, and you cannot modify it.

' Else $Office.Name 's Information

' If $User.URL = http:// ' Else ' EndIf
Company Name $Office.Name
Email $_Office.Mail.MailTo
URL
URL $Office.URL
Phone Number $Office.Tel
Fax Number $Office.Fax

' EndIf ' If $Env.HTTP_REFERER [Back] ' EndIf