Each time a browser wants more information it sends a request to a server


Each time a browser wants more information it sends a request to a server. Data about these requests are available on the server from the request object in JavaScript.
And if you have written CGI scripts, you should be familiar with the properties that are built into the request object.