[plt-scheme] <select multiple> ... </select> as an xexpr

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Jul 20 17:24:21 EDT 2005

On Jul 20, Andrey Skylar wrote:
> 
> How would I write something like this using xexpr?  The problem being
> that MULTIPLE doesn't have an ="..." attatched to it.
> 
> <SELECT NAME="toppings" MULTIPLE SIZE=5>
> [...]

In addition to what others said -- IIRC, these kinds of attributes can
have any value to have their effect.
-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!



Posted on the users mailing list.