On Tue, 27 Feb 2007, Kevin Windham wrote:

I am trying to figure out how to use an image for a submit button and also use javascript to change the button's image for rollover and click effects. The difficulty seems to be that when using a WOImageButton the name attribute is determined by WO when it renders the page to the browser. All my rollover scripts work based on the name and it would be a pain to try and change them.

What are you guys using to submit a form with rollover buttons. It looks like one could bind an action to a form and use javascript to .submit the form, but I don't see how that would work with more than one button.

Anyone come up with a good solution?

Why not use a form "input"? If your component doesn't require different actions for the same form, you can (and, imo, should always) bind the action to the WOForm. All the javascript & rollover stuff will work fine that way.

     <input type="image" name="whatever" src="/myapp/image.gif" ... />

- sq


Thanks,
Kevin

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to