World Wide Web
It was not designed as a programming or logic processing plat form. It was originally all about sending specially formatted text files from one computer to another, using web browser to display it to the screen.
Getting html of web page
Telnet www.Domain name 80 port number you screen may go blank for some time before you will see ‘connected’ message type the following command spacing accurately.
GET/HTTP/1.0
Don’t miss the spaces surrounding the first slash. Follow this command with two Enter key. This command asks the remote system to send the default web page at the top of that server’s web hierarchy.
When the client asked for a web page ending with the extension. Cgi, the web server process ran a separate script that generated the content.
This led to Active Server Pages (ASP), a solution that allowed developers to the embed server-side script right in the HTML content, and have it adjust the content before it was sent to the client.
Wednesday, October 14, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment