At 08:32 AM 8/10/2004, you wrote:
I don't think this is a Struts related issue.

Just don't use "document.formName" in your javascript if you want
HTML working with other browsers than MSIE.

If you need to handle onClick event, try <form id="myForm">
and "document.getElementById['myForm']" in your onClick handler
instead.

Pavel


Thank you for your response, Pavel.

I should have made it clear that I am TRYING to make this a struts issue. I am trying to build a generic image button solution for Struts, including "automagic" button creation. I have done a bit with http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript but want to get a solution that makes a lot more sense than that.

This presents a challenge to the generic solution because it is client side and "less related". Nonetheless, I have to address the issue.

I have tried the <form id> idea but have failed. Do you have a code snippet you think will work?

Michael




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to