Multiple choice

Which of the following ServerVariables returns the client browser type as a string?

  1. Request.Form(fieldname: string)

  2. Request.ServerVariables(SERVER_NAME)

  3. Right(thestring: string, n:number)

  4. Response object

  5. Request.ServerVariables(HTTP_User-Agent)

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

It returns the client browser type as a string.