Eduard - 2006-04-23

The point is, for generating  a web application we need to fill in some details in a form (username, password) and then submit these details. The only problem with this is that the submit action is triggerd by javascript.
Submitting it by using submit in the forms section doesn't work an clicking an link als does not work. clicking the link only works outside the forms section and thus  resulting in the link click executing before filling the form.