Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can we just request HEAD component in a HTML page from a http server?

Status
Not open for further replies.

lichtjiang

Programmer
Feb 26, 2007
39
US
This may sounds stupid. But is there possibility that we just request the <HEAD> part of a html page from a server? Sometimes, this is good when we only need meta information of a html page. So, instead of downloading the whole page, we just ask for a small number of text.
 
you might be able to use a web language to read just the head, but you couldn't do it with CSS & HTML, you'd need PERL, PHP, ASP etc...

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top