click here to go to NOPhome1



Actions that occur when you click on a hyperlink in a web page



  1. The user clicks on a hyperlink, to tell the browser to bring up a new web_page


  2. browser collects URL information from the HREF field of the tag


  3. browser interpets the HTML tags to correctly display a new web page on the output device


  4. Server sends a "response" (containing a copy of the requested resource) to the client


  5. Client sends a "get" request, via the internet, to the server


  6. browser locates and copies the requested file (containing HTML) from its I/O device


  7. URL translates the domain name into the IP address of the client


  8. User views the new page on an output device