GET Message

GET Message

am 29.11.2007 21:09:20 von Muhs

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


href and img src?? and which other

Re: GET Message

am 30.11.2007 09:13:00 von jkorpela

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/