I have through the archive, and some guys have Problems submitting their forms without submit Buttons. Instead they have javascript Functions like sendMyForm() to do something like form.submit(). Finding the link by Id and clicking it doesnt help me, cause there are no Ids, nor Images to find my Link. (Unfortunately i am not allowed to just add ids).
So the thing i have to do is, explicitly call the javascript Funtion sendMyForm() and get back the WebResponse.
How can I do so ?
In the examples i could only find calls to alert() funcions (popNextAlert()).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have through the archive, and some guys have Problems submitting their forms without submit Buttons. Instead they have javascript Functions like sendMyForm() to do something like form.submit(). Finding the link by Id and clicking it doesnt help me, cause there are no Ids, nor Images to find my Link. (Unfortunately i am not allowed to just add ids).
So the thing i have to do is, explicitly call the javascript Funtion sendMyForm() and get back the WebResponse.
How can I do so ?
In the examples i could only find calls to alert() funcions (popNextAlert()).
Could you post a snippet of the html code?
How does the user activate the sumit?
kathy