hello,
I have a problem with a variable that comes from a querystring request.
the name of the variable is:
p_flight
and it could contain 4 different values:
7 a.m. CID to MSN
8 a...
Hello,
This is what I have in place:
1) The forename and surname of the Windows logged on user in a string.
2) I have "split" the string in JavaScript to get the forename and surname separat...