i think the syntax on your hidden field is a little off, which is why
htsearch isnt recognizing the field. to make something hidden, use the
following code:

<input type="hidden" name="exclude" value="this">

as for excluding multiple things, you might try the above syntax and use,
as you said, a pipe so it looks like 'value="this|that"'

however, i have had good look by simply putting two hidden exclude fields:
<input type="hidden" name="exclude" value="this">
<input type="hidden" name="exclude" value="that">

which might work fine too.

good luck,
shantonu sen

On Mon, 12 Apr 1999, Francois Sauterey wrote:

> 
> I Apology, the answer was probably wrote many time here... (and for my so
> bad english)
> My htdig is a 3.0.8b2 version.
> I've indexed the full tree of my site like http://www.my.domain : All works
> fine.
> But I want, IN SOME FORMS, to excluce http://www.my.domain/this, I put an
> hidden field <"name="exclude" value="this"> ... I've no more answer.
> So, how to do this work ?
> I also want some other time to exclude this AND that so <value="this|that">
> is the right syntax ?
> @micalement,
> 
> 
> "Quelle connerie la guerre" J. Pr�vert
> 
> -- 
> Francois Sauterey                Home: +33 (0) 1 40 33 68 46
>       email mailto:[EMAIL PROTECTED]
> to get my PGP KEY: send me a mail with Subject: send pgp key
> ------------------------------------
> To unsubscribe from the htdig mailing list, send a message to
> [EMAIL PROTECTED] containing the single word "unsubscribe" in
> the SUBJECT of the message.
> 
> 

------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to