Thank you for your reply.
Actually I wanted to do it from within Click without the use of
JavaScript, if it is possible.
You can use it from Click, but not without JavaScript, since this *is* a
JavaScript
functionality that needs to run in the browser.
Take a look at:
http://click.apache.org/docs/click-api/org/apache/click/element/JsScript.html
instead of that "alert..." string parameter, you could write
the code that triggers it, e.g. a statement with setTimeout() or
setInterval() to submit the form.
Adrian.