Click to See Complete Forum and Search --> : head commands ??


k0r54
11-06-2004, 03:19 PM
Hi,

Can someone please explain to me what exacly these do!


<META NAME="METRICSPATH" CONTENT="&eiwatch=http://www.blah.com/metrics/HomePage.htm">
<META NAME="PRODCAT" CONTENT="off">
<META NAME="LANGUAGE" CONTENT="en">
<META NAME="DOCUMENTCOUNTRYCODE" CONTENT="us">
<META NAME="SEGMENT" CONTENT="gen">



Also wat does the

<noscript></noscript> do

Many Thanks
Adam

Fang
11-06-2004, 04:27 PM
<meta> tags give information about the document.
The ones you gave do not "do" anything.

When JavaScript is not available anything within the <noscript></noscript> tags will be shown. If JavaScript is available the contents of the tags is hidden.

k0r54
11-06-2004, 04:31 PM
Hi,

Ok thanks for that when i mean do i know they are just information.

What information does this give?

<META NAME="METRICSPATH" CONTENT="&eiwatch=http://www.blah.com/metrics/HomePage.htm">

Thanks
Adam

Fang
11-06-2004, 04:44 PM
It tells you to go to the given page if you require information on "metrics".
The information is only of use to those editing or using the site regularly.