[plt-scheme] <select multiple> ... </select> as an xexpr
In the past, I have used 'true' as a cop-out. -- Matthias
On Jul 20, 2005, at 4:35 PM, Andrey Skylar wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> 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>
> <OPTION VALUE="mushrooms">mushrooms
> <OPTION VALUE="greenpeppers">green peppers
> <OPTION VALUE="onions">onions
> <OPTION VALUE="tomatoes">tomatoes
> <OPTION VALUE="olives">olives
> </SELECT>
>
> -Andrey
>