GET Message

Hi !!
i want to know which html tags causes the http GET mesaage to occur??


href and img src?? and which other
Muhs [ Do, 29 November 2007 21:09 ] [ ID #1882333 ]

Re: GET Message

Scripsit Muhs:

> i want to know which html tags causes the http GET mesaage to occur??

It depends on what you mean by causing.

> href and img src?? and which other

There is no href tag but there are some tags with href attributes.

Any tag with an attribute of URL (URI) type _may_ cause a GET message,
but as such, e.g. ... does not cause anything. It's
just a link that _may_ be activated, and activation _may_ cause an HTTP
GET message (if it's an http URL and if the resource is not in a cache
etc.).

To see which attributes are of URL type, you can use the handy index of
attributes and check which of them are described as having %URI; value:
http://www.w3.org/TR/html401/index/attributes.html

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
jkorpela [ Fr, 30 November 2007 09:13 ] [ ID #1883261 ]
Miscellaneous » alt.html » GET Message

Vorheriges Thema: Search button
Nächstes Thema: Web Design, Development and Promotion