August 9, 200223 yr Newbies I am trying to use the iser id typed in the web login box to be used in a script to find the files realting to that user id. Any ideas? Duncan
August 9, 200223 yr You don't need scripts for Find on Web. Anyway: From CDML database: [FMP-ClientUserName] What it does [FMP-ClientUserName] is replaced with the client's user name from HTTP authentication. Syntax example(s) Return the client's user name using an HTML file Your name is: [FMP-ClientUserName] <!-- After processing it could look like: Your name is: John -->
Create an account or sign in to comment