// Write each of the properties of the request to the page write('User Agent: ' + request.agent + '
'); write('Y-coordinate of ISMAP: ' + request.imageY + '
'); write('X-coordinate of ISMAP: ' + request.imageX + '
'); write('IP Address: ' + request.ip + '
'); write('HTTP Method: ' + request.method + '
'); write('Protocol Version: ' + request.protocol);