In our application we have a JavaScript that dynamically adds (table rows with) parameters to our forms; for example as add order line to order form. This JavaScript uses advanced (some IE only) features that HttpUnit does not support. Is there a way we can add parameters to a form from HttpUnit? Or do we have to write an alternative script for HttpUnit? Or is there any other solution?