Can someone please send the contents of the html file attached in the original email, as the content of the email without attaching it.
Thanks in advance Booshan Rengachari ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rengachari, Booshan Sent: Monday, February 05, 2007 12:12 PM To: [email protected] Subject: Re: [Javawin] Form select component doesn't work well inside PWC Seb, Thank you very much for the quick response and your help. I really appreciate your effort to resolve everyone's problem. I love working with this component and group. I would love to see the change you made. But my corp firewall removed the attached html. Can you please fwd the same to [EMAIL PROTECTED] , or send the contents without attaching. Thanks Booshan Rengachari ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sébastien Gruhier Sent: Monday, February 05, 2007 9:20 AM To: [email protected] Subject: Re: [Javawin] Form select component doesn't work well inside PWC In fact you have you are using global scope reference which is bad. Firebug display a warning about it: Element referenced by ID/NAME in the global scope. Use W3C standard document.getElementById() instead. I think having global reference removed, browser do not like it. I change your code to make it work. Seb
_______________________________________________ Javawin mailing list [email protected] http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
