I want to know if it is
possible to search only certain meta tags.
For instance, an html page has
two meta tags:
<meta name="value_1"
content="this is the description for value_1">
<meta name="value_2"
content="this is the description for value_2">
Now, is it possible on your search page
to say:
Search only value_1 for <input type=text
name="value_1">
and have htsearch only search for what was
typed in, in the meta tags labeled "value_1"?
Thank you.
Chad

