I have written a prototype application that has Action events firing from
appropriately named submit buttons within my html.
For the final application I want to replace these submit buttons with
images (with roll-overs etc), how can I ensure the correct event is fired
from these images, and still submit the form.
So far I have done this:
String event1= (new
DynamicURI(data,"registerScreen","registerAction",true).addQueryData("eventSubmit_doClear","clear")).toString();
and then
A Button1 = new A();
Button1.setHref(event1);
and so on....
This fires the action OK, but the form is not submitted (I presume) and
therefore I can't use any of the information the user has entered in the
forms fields.
Is there some other way of doing this?
Thanks
Andrew
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]