|
Posted by Toby A Inkster on 06/21/07 14:58
Spartacus wrote:
> I've also changed the value="" in the option tags to be the same as the
> key, just to verify it works.
This:
<option value="Foo">Foo</option>
can be written as this:
<option>Foo</option>
That is, when the value attribute is missing, the option's text content is
used instead.
--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 18:36.]
dict, thes & ency
http://tobyinkster.co.uk/blog/2007/06/18/dict-thes-ency/
Navigation:
[Reply to this message]
|