[racket] Servlets and forms

From: Nadeem Abdul Hamid (nadeem at acm.org)
Date: Tue Oct 19 22:19:18 EDT 2010

On Sat, Oct 9, 2010 at 6:12 PM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> The next release has support for almost all the form elements:
>
> http://github.com/plt/racket/blob/master/collects/web-server/formlets/input.rkt
>


The select-input and multiselect-input formlets don't seem to have an
#:attributes parameter, which would be useful to be able to do things
like this:
   <SELECT ONCHANGE="location = this.options[this.selectedIndex].value;">
      ....


Posted on the users mailing list.