![]() |
Sergey Kornilov admin 9/30/2003 |
Hi, |
A
|
alexander 4/9/2004 |
Hi Sergey, do you think you could elaborate on this a bit more? I too need to do the same thing, but I can't seem to find the correct field to put my code. What does the code look like on the edit page where I can specify my value? Here's what I need to do: |
![]() |
Sergey Kornilov admin 4/11/2004 |
Alexander, strFields = strFields & "REMOTE_USER_FIELD" strValues = strValues & "'" & mid(Request.ServerVariables("REMOTE_USER"),7,100) & "'" ' adjust strFields and strValues if Right(strFields,2)=", " then strFields = Left(strFields, Len(strFields)-2) if Right(strValues,2)=", " then strValues = Left(strValues, Len(strValues)-2) |
|
500983 4/12/2004 |
Hi Alexander, |