August 1999
Intermediate to advanced
1488 pages
72h 53m
English
server.protocol
The protocol property of the server object contains the protocol to which the server is responding. This includes the information up to the first colon, as in http:.
Listing 8.137 writes the port of the server to the user's page.
<SERVER> // Write the port property to the user's page write(server.port); </SERVER> |
Read now
Unlock full access