On Fri, 15 Feb 2002, David Gilden wrote:

> <option value="kayak touring rescue techniques">Kayak Touring Rescue 
>Techniques</option>
>
> Or do I need to use underscores,
>
> <option value="kayak_touring_rescue_techniques">Kayak Touring Rescue 
>Techniques</option>

I believe the spaces will get replaced with %20.  I question the necessity
of making the value of the option the same as the text you are displaying
(actually, if you don't specify a value, the text IS the value).  It would
be better to make the value something short, like 'KTRT' or some similar
mnemonic (like perhaps an id field you wouuld be looking up in a
database...)  It will make your life a lot easier.

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
To err is human -- but it feels divine.
                -- Mae West


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to